Compartir a través de


UIConnectionInfoUtil.GetServerType Método

Definición

Inicializa el tipo de servidor que obtener de UIConnectionInfo.

Sobrecargas

GetServerType(Guid)

Especifica el tipo de servidor que obtener del objeto UIConnectionInfo.

GetServerType(ServerType)

Determina el tipo de servidor que obtener de UIConnectionInfo.

GetServerType(UIConnectionInfo)

Determina el tipo de servidor que obtener del objeto UIConnectionInfo.

GetServerType(Guid)

Especifica el tipo de servidor que obtener del objeto 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

Parámetros

serverTypeGuid
Guid

Identificador único global de serverType.

Devoluciones

Tipo de servidor que obtener de UIConnectionInfo.

Se aplica a

GetServerType(ServerType)

Determina el tipo de servidor que obtener de 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

Parámetros

serverType
ServerType

ServerType de UIConnectionInfo.

Devoluciones

Tipo de servidor que obtener de UIConnectionInfo.

Se aplica a

GetServerType(UIConnectionInfo)

Determina el tipo de servidor que obtener del objeto 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

Parámetros

ci
UIConnectionInfo

Información de la conexión.

Devoluciones

Tipo de servidor que obtener del objeto UIConnectionInfo.

Se aplica a