ISfcDomainLite.DomainInstanceName 屬性
Gets the specified instance name of the domain.
命名空間: Microsoft.SqlServer.Management.Dac
組件: Microsoft.SqlServer.Management.Dac (在 Microsoft.SqlServer.Management.Dac.dll 中)
語法
'宣告
<SfcIgnoreAttribute> _
Private ReadOnly Property DomainInstanceName As String
Implements ISfcDomainLite.DomainInstanceName
Get
'用途
Dim instance As DacDomain
Dim value As String
value = CType(instance, ISfcDomainLite).DomainInstanceName
[SfcIgnoreAttribute]
string ISfcDomainLite.DomainInstanceName { get; }
[SfcIgnoreAttribute]
private:
virtual property String^ DomainInstanceName {
String^ get () sealed = ISfcDomainLite::DomainInstanceName::get;
}
[<SfcIgnoreAttribute>]
private abstract DomainInstanceName : string
[<SfcIgnoreAttribute>]
private override DomainInstanceName : string
JScript 支援明確介面實作的使用,但不支援新介面實作的宣告。
屬性值
型別:System. . :: . .String
Returns a String string that represents the instance name of the domain.