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

서버 유형의 GUID(Globally Unique Identifier)입니다.

반환

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의 서버 유형입니다.

반환

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 개체에서 가져올 서버의 유형입니다.

적용 대상