Nota
O acesso a esta página requer autorização. Podes tentar iniciar sessão ou mudar de diretório.
O acesso a esta página requer autorização. Podes tentar mudar de diretório.
Represents a collection of RegisteredServers objects. Each RegisteredServers object represents a registered server.
Namespace: Microsoft.SqlServer.Management.RegisteredServers
Assembly: Microsoft.SqlServer.Management.RegisteredServers (em Microsoft.SqlServer.Management.RegisteredServers.dll)
Sintaxe
'Declaração
<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 da propriedade
Tipo: Microsoft.SqlServer.Management.RegisteredServers.RegisteredServerCollection
A RegisteredServersCollection object that represents all the registered servers that are defined on the parent object.
Comentários
Só há suporte para esse namespace, classe ou membro na versão 2.0 do Microsoft .NET Framework.