Compartir a través de


ServerGroup.RegisteredServers Propiedad

Represents a collection of RegisteredServers objects. Each RegisteredServers object represents a registered server.

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

Sintaxis

'Declaración
<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny,  _
    GetType(RegisteredServer))> _
Public ReadOnly Property RegisteredServers As RegisteredServerCollection 
    Get
'Uso
Dim instance As ServerGroup 
Dim value As RegisteredServerCollection 

value = instance.RegisteredServers
[SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, 
    typeof(RegisteredServer))]
public RegisteredServerCollection RegisteredServers { get; }
[SfcObjectAttribute(SfcContainerRelationship::ChildContainer, SfcContainerCardinality::ZeroToAny, 
    typeof(RegisteredServer))]
public:
property RegisteredServerCollection^ RegisteredServers {
    RegisteredServerCollection^ get ();
}
[<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, 
    typeof(RegisteredServer))>]
member RegisteredServers : RegisteredServerCollection
function get RegisteredServers () : RegisteredServerCollection

Valor de la propiedad

Tipo: Microsoft.SqlServer.Management.RegisteredServers.RegisteredServerCollection
A RegisteredServersCollection object that represents all the registered servers that are defined on the parent object.

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

ServerGroup Clase

Espacio de nombres Microsoft.SqlServer.Management.RegisteredServers