Proprietà RegisteredServersStore.IntegrationServicesServerGroupName

Gets the name of an Integration Services server group.

Spazio dei nomi  Microsoft.SqlServer.Management.RegisteredServers
Assembly:  Microsoft.SqlServer.Management.RegisteredServers (in Microsoft.SqlServer.Management.RegisteredServers.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property IntegrationServicesServerGroupName As String 
    Get
'Utilizzo
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

Valore proprietà

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

Osservazioni

Questo spazio dei nomi, classe o membro è supportato solo nella versione 2.0 di Microsoft .NET Framework.

Vedere anche

Riferimento

RegisteredServersStore Classe

Spazio dei nomi Microsoft.SqlServer.Management.RegisteredServers