DomainName Propiedad
Gets the name of the domain. The name of the domain is used to distinguish it from other domains. The domain name is usually at the end of the namespace qualifier. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Espacio de nombres: Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado: Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxis
'Declaración
ReadOnly Property DomainName As String
Get
'Uso
Dim instance As ISfcDomainLite
Dim value As String
value = instance.DomainName
string DomainName { get; }
property String^ DomainName {
String^ get ();
}
abstract DomainName : string
function get DomainName () : String
Valor de la propiedad
Tipo: System. . :: . .String
The name of the domain.
Vea también