Compartir a través de


RegisteredServersStore.IntegrationServicesServerGroup Propiedad

A ServerGroup object that specifies the Integration Services server group.

Espacio de nombres:  Microsoft.SqlServer.Management.RegisteredServers
Ensamblado:  Microsoft.SqlServer.Management.RegisteredServers (en Microsoft.SqlServer.Management.RegisteredServers.dll)

Sintaxis

'Declaración
<SfcIgnoreAttribute> _
Public ReadOnly Property IntegrationServicesServerGroup As ServerGroup 
    Get
'Uso
Dim instance As RegisteredServersStore 
Dim value As ServerGroup 

value = instance.IntegrationServicesServerGroup
[SfcIgnoreAttribute]
public ServerGroup IntegrationServicesServerGroup { get; }
[SfcIgnoreAttribute]
public:
property ServerGroup^ IntegrationServicesServerGroup {
    ServerGroup^ get ();
}
[<SfcIgnoreAttribute>]
member IntegrationServicesServerGroup : ServerGroup
function get IntegrationServicesServerGroup () : ServerGroup

Valor de la propiedad

Tipo: Microsoft.SqlServer.Management.RegisteredServers.ServerGroup
A ServerGroup object that specifies the Integration Services server group.

Comentarios

Este espacio de nombres, clase o miembro solamente se admite en la versión 2.0 de Microsoft .NET Framework.

Vea también

Referencia

RegisteredServersStore Clase

Espacio de nombres Microsoft.SqlServer.Management.RegisteredServers