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 네임스페이스