UIConnectionInfoUtil.GetCoreConnectionType メソッド

定義

指定された UIConnectionInfo 構造体に対応する列挙子の接続の種類を初期化します。

オーバーロード

GetCoreConnectionType(UIConnectionInfo)

指定された UIConnectionInfo 構造体に対応する列挙子の接続の種類を取得します。

GetCoreConnectionType(UIConnectionGroupInfo)

リスト内の最初の接続情報から、指定した UIConnectionInfo 構造体に対応する列挙子の接続の種類を取得します。

GetCoreConnectionType(UIConnectionInfo)

指定された UIConnectionInfo 構造体に対応する列挙子の接続の種類を取得します。

public:
 static Microsoft::SqlServer::Management::Common::ConnectionType GetCoreConnectionType(Microsoft::SqlServer::Management::Smo::RegSvrEnum::UIConnectionInfo ^ ci);
public static Microsoft.SqlServer.Management.Common.ConnectionType GetCoreConnectionType (Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionInfo ci);
static member GetCoreConnectionType : Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionInfo -> Microsoft.SqlServer.Management.Common.ConnectionType
Public Shared Function GetCoreConnectionType (ci As UIConnectionInfo) As ConnectionType

パラメーター

ci
UIConnectionInfo

接続の情報。

戻り値

列挙子の接続の種類です。

適用対象

GetCoreConnectionType(UIConnectionGroupInfo)

リスト内の最初の接続情報から、指定した UIConnectionInfo 構造体に対応する列挙子の接続の種類を取得します。

public:
 static Microsoft::SqlServer::Management::Common::ConnectionType GetCoreConnectionType(Microsoft::SqlServer::Management::Smo::RegSvrEnum::UIConnectionGroupInfo ^ connectionInfoList);
public static Microsoft.SqlServer.Management.Common.ConnectionType GetCoreConnectionType (Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionGroupInfo connectionInfoList);
static member GetCoreConnectionType : Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionGroupInfo -> Microsoft.SqlServer.Management.Common.ConnectionType
Public Shared Function GetCoreConnectionType (connectionInfoList As UIConnectionGroupInfo) As ConnectionType

パラメーター

connectionInfoList
UIConnectionGroupInfo

接続情報の一覧。

戻り値

列挙子の接続の種類です。

適用対象