Свойство UIConnectionInfo.ServerNameNoDot
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. Gets a String value that specifies the name of the instance of the Database Engine for the connection. If only a period (.) was specified in the dialog, ServerNameNoDot returns (local).
Пространство имен: Microsoft.SqlServer.Management.Smo.RegSvrEnum
Сборка: Microsoft.SqlServer.RegSvrEnum (в Microsoft.SqlServer.RegSvrEnum.dll)
Синтаксис
'Декларация
Public ReadOnly Property ServerNameNoDot As String
Get
'Применение
Dim instance As UIConnectionInfo
Dim value As String
value = instance.ServerNameNoDot
public string ServerNameNoDot { get; }
public:
property String^ ServerNameNoDot {
String^ get ();
}
member ServerNameNoDot : string
function get ServerNameNoDot () : String
Значение свойства
Тип: System.String
A String value that specifies the name of the instance of the Database Engine for the connection. If only a period (.) was specified in the dialog, ServerNameNoDot returns (local).
См. также
Справочник
Пространство имен Microsoft.SqlServer.Management.Smo.RegSvrEnum