Freigeben über


RegisteredServersStore.IntegrationServicesServerGroupName-Eigenschaft

Gets the name of an Integration Services server group.

Namespace:  Microsoft.SqlServer.Management.RegisteredServers
Assembly:  Microsoft.SqlServer.Management.RegisteredServers (in Microsoft.SqlServer.Management.RegisteredServers.dll)

Syntax

'Declaration
Public ReadOnly Property IntegrationServicesServerGroupName As String 
    Get
'Usage
Dim instance As RegisteredServersStore 
Dim value As String 

value = instance.IntegrationServicesServerGroupName
public string IntegrationServicesServerGroupName { get; }
public:
property String^ IntegrationServicesServerGroupName {
    String^ get ();
}
member IntegrationServicesServerGroupName : string
function get IntegrationServicesServerGroupName () : String

Eigenschaftswert

Typ: System.String
A String value that contains the name of the Integration Services server group.

Hinweise

Der Namespace, die Klasse oder das Element wird nur in der Version 2.0 von Microsoft .NET Framework unterstützt.

Siehe auch

Verweis

RegisteredServersStore Klasse

Microsoft.SqlServer.Management.RegisteredServers-Namespace