Utilities.GetCurrentServerName(IntegrationServices) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get current SQL server instance full name
public:
static System::String ^ GetCurrentServerName(Microsoft::SqlServer::Management::IntegrationServices::IntegrationServices ^ store);
public static string GetCurrentServerName (Microsoft.SqlServer.Management.IntegrationServices.IntegrationServices store);
static member GetCurrentServerName : Microsoft.SqlServer.Management.IntegrationServices.IntegrationServices -> string
Public Shared Function GetCurrentServerName (store As IntegrationServices) As String
Parameters
- store
- IntegrationServices