SfcConnection.ConnectionType プロパティ
接続の SQL Server サービスの種類を取得します。
名前空間: 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
SQL Server サービスの種類を示す ServerType 値です。