Поделиться через


Свойство SfcConnection.ConnectionType

Gets the SQL Server service type of the connection.

Пространство имен:  Microsoft.SqlServer.Management.Sdk.Sfc
Сборка:  Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Синтаксис

'Декларация
Public MustOverride ReadOnly Property ConnectionType As ServerType 
    Get
'Применение
Dim instance As SfcConnection 
Dim value As ServerType 

value = instance.ConnectionType
public abstract ServerType ConnectionType { get; }
public:
virtual property ServerType ConnectionType {
    ServerType get () abstract;
}
abstract ConnectionType : ServerType
abstract function get ConnectionType () : ServerType

Значение свойства

Тип: Microsoft.SqlServer.Management.Common.ServerType
A ServerType value that specifies the SQL Server service type.

См. также

Справочник

SfcConnection Класс

Пространство имен Microsoft.SqlServer.Management.Sdk.Sfc