次の方法で共有


ServerConnection.ConnectionType プロパティ

サーバーで使用する接続の種類を取得します。

名前空間:  Microsoft.SqlServer.Management.Common
アセンブリ:  Microsoft.SqlServer.ConnectionInfo (Microsoft.SqlServer.ConnectionInfo.dll)

構文

'宣言
Public ReadOnly Property ConnectionType As ServerType 
    Get
'使用
Dim instance As ServerConnection 
Dim value As ServerType 

value = instance.ConnectionType
public ServerType ConnectionType { get; }
public:
property ServerType ConnectionType {
    ServerType get ();
}
member ConnectionType : ServerType
function get ConnectionType () : ServerType

プロパティ値

型: Microsoft.SqlServer.Management.Common.ServerType
使用する接続の種類です。

関連項目

参照

ServerConnection クラス

Microsoft.SqlServer.Management.Common 名前空間