Свойство ServerConnection.ConnectionType
Gets the type of connection to use in the server.
Пространство имен: Microsoft.SqlServer.Management.Common
Сборка: Microsoft.SqlServer.ConnectionInfo (в Microsoft.SqlServer.ConnectionInfo.dll)
Синтаксис
'Декларация
Public ReadOnly Property ConnectionType As ServerType
Get
'Применение
Dim instance As ServerConnection
Dim value As ServerType
value = instance.ConnectionType
public ServerType ConnectionType { get; }
public:
property ServerType ConnectionType {
ServerType get ();
}
member ConnectionType : ServerType
function get ConnectionType () : ServerType
Значение свойства
Тип: Microsoft.SqlServer.Management.Common.ServerType
The type of connection to use.