Свойство 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.