Proprietà DomainName
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. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintassi
'Dichiarazione
ReadOnly Property DomainName As String
Get
'Utilizzo
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
Valore proprietà
Tipo: System. . :: . .String
The name of the domain.
Vedere anche