Свойство ISfcDomainLite.DomainInstanceName
Gets the logical name of the domain instance. The logical name of a domain instance is usually derived from the connection and domain information. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.
Пространство имен: Microsoft.SqlServer.Management.Sdk.Sfc
Сборка: Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Синтаксис
'Декларация
ReadOnly Property DomainInstanceName As String
Get
'Применение
Dim instance As ISfcDomainLite
Dim value As String
value = instance.DomainInstanceName
string DomainInstanceName { get; }
property String^ DomainInstanceName {
String^ get ();
}
abstract DomainInstanceName : string
function get DomainInstanceName () : String
Значение свойства
Тип: System.String
The logical name of the domain instance.
Замечания
The name does not have to be unique on the client, but should be different whenever the server representation would be.