共用方式為


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 命名空間