Propriété ISfcDomainLite.DomainName

Gets the domain name.

Espace de noms :  Microsoft.SqlServer.Management.Dmf
Assembly :  Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)

Syntaxe

'Déclaration
<SfcIgnoreAttribute> _
Private ReadOnly Property DomainName As String
    Implements ISfcDomainLite.DomainName
    Get
'Utilisation
Dim instance As PolicyStore
Dim value As String

value = CType(instance, ISfcDomainLite).DomainName
[SfcIgnoreAttribute]
string ISfcDomainLite.DomainName { get; }
[SfcIgnoreAttribute]
private:
virtual property String^ DomainName {
    String^ get () sealed = ISfcDomainLite::DomainName::get;
}
[<SfcIgnoreAttribute>]
private abstract DomainName : string
[<SfcIgnoreAttribute>]
private override DomainName : string
JScript prend en charge l'utilisation d'implémentations d'interface explicites, mais pas la déclaration de nouvelles implémentations d'interface.

Valeur de propriété

Type : System. . :: . .String
A string value that contains the name of the domain.

Implémente

ISfcDomainLite. . :: . .DomainName