UIConnectionInfoUtil.GetServerType メソッド

定義

UIConnectionInfo から取得するサーバーの種類を初期化します。

オーバーロード

GetServerType(Guid)

UIConnectionInfo オブジェクトから取得するサーバーの種類を指定します。

GetServerType(ServerType)

UIConnectionInfo から取得するサーバーの種類を決定します。

GetServerType(UIConnectionInfo)

UIConnectionInfo オブジェクトから取得するサーバーの種類を決定します。

GetServerType(Guid)

UIConnectionInfo オブジェクトから取得するサーバーの種類を指定します。

public:
 static Microsoft::SqlServer::Management::UI::ConnectionDlg::IServerType ^ GetServerType(Guid serverTypeGuid);
public static Microsoft.SqlServer.Management.UI.ConnectionDlg.IServerType GetServerType (Guid serverTypeGuid);
static member GetServerType : Guid -> Microsoft.SqlServer.Management.UI.ConnectionDlg.IServerType
Public Shared Function GetServerType (serverTypeGuid As Guid) As IServerType

パラメーター

serverTypeGuid
Guid

serverType のグローバル一意識別子です。

戻り値

UIConnectionInfo から取得するサーバーの種類です。

適用対象

GetServerType(ServerType)

UIConnectionInfo から取得するサーバーの種類を決定します。

public:
 static Microsoft::SqlServer::Management::UI::ConnectionDlg::IServerType ^ GetServerType(Microsoft::SqlServer::Management::Common::ServerType serverType);
public static Microsoft.SqlServer.Management.UI.ConnectionDlg.IServerType GetServerType (Microsoft.SqlServer.Management.Common.ServerType serverType);
static member GetServerType : Microsoft.SqlServer.Management.Common.ServerType -> Microsoft.SqlServer.Management.UI.ConnectionDlg.IServerType
Public Shared Function GetServerType (serverType As ServerType) As IServerType

パラメーター

serverType
ServerType

UIConnectionInfo の serverType です。

戻り値

UIConnectionInfo から取得するサーバーの種類です。

適用対象

GetServerType(UIConnectionInfo)

UIConnectionInfo オブジェクトから取得するサーバーの種類を決定します。

public:
 static Microsoft::SqlServer::Management::UI::ConnectionDlg::IServerType ^ GetServerType(Microsoft::SqlServer::Management::Smo::RegSvrEnum::UIConnectionInfo ^ ci);
public static Microsoft.SqlServer.Management.UI.ConnectionDlg.IServerType GetServerType (Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionInfo ci);
static member GetServerType : Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionInfo -> Microsoft.SqlServer.Management.UI.ConnectionDlg.IServerType
Public Shared Function GetServerType (ci As UIConnectionInfo) As IServerType

パラメーター

ci
UIConnectionInfo

接続の情報。

戻り値

UIConnectionInfo オブジェクトから取得するサーバーの種類です。

適用対象