Propriedade do RDL SfcRegistration.Domains
Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
Public Shared ReadOnly Property Domains As SfcDomainInfoCollection
Get
'Uso
Dim value As SfcDomainInfoCollection
value = SfcRegistration.Domains
public static SfcDomainInfoCollection Domains { get; }
public:
static property SfcDomainInfoCollection^ Domains {
SfcDomainInfoCollection^ get ();
}
static member Domains : SfcDomainInfoCollection
static function get Domains () : SfcDomainInfoCollection
Valor da propriedade
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.SfcDomainInfoCollection
The current registered domains.