ConnectionInfoBase.ServerType プロパティ
サーバー接続の種類を取得または設定します。
名前空間: Microsoft.SqlServer.Management.Common
アセンブリ: Microsoft.SqlServer.ConnectionInfo (Microsoft.SqlServer.ConnectionInfo.dll)
構文
'宣言
Public ReadOnly Property ServerType As ConnectionType
Get
'使用
Dim instance As ConnectionInfoBase
Dim value As ConnectionType
value = instance.ServerType
public ConnectionType ServerType { get; }
public:
property ConnectionType ServerType {
ConnectionType get ();
}
member ServerType : ConnectionType
function get ServerType () : ConnectionType
プロパティ値
型: Microsoft.SqlServer.Management.Common.ConnectionType
接続の種類を示す ConnectionType システム オブジェクト値です。