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