共用方式為


ISfcDomainLite.DomainName 屬性

Gets the specified name of the domain.

命名空間:  Microsoft.SqlServer.Management.Dac
組件:  Microsoft.SqlServer.Management.Dac (在 Microsoft.SqlServer.Management.Dac.dll 中)

語法

'宣告
<SfcIgnoreAttribute> _
Private ReadOnly Property DomainName As String
    Implements ISfcDomainLite.DomainName
    Get
'用途
Dim instance As DacDomain
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 支援明確介面實作的使用,但不支援新介面實作的宣告。

屬性值

型別:System. . :: . .String
Returns String that represents the domain name. .

實作

ISfcDomainLite. . :: . .DomainName