Partager via


UIConnectionInfoUtil.GetCoreConnectionType Méthode

Définition

Initialise le type de connexion d'énumérateur qui correspond à la structure UIConnectionInfo donnée.

Surcharges

GetCoreConnectionType(UIConnectionInfo)

Récupère le type de connexion de l'énumérateur qui correspond à la structure UIConnectionInfo donnée.

GetCoreConnectionType(UIConnectionGroupInfo)

Récupère le type de connexion d'énumérateur qui correspond à la structure UIConnectionInfo donnée, depuis les premières informations de connexion dans la liste.

GetCoreConnectionType(UIConnectionInfo)

Récupère le type de connexion de l'énumérateur qui correspond à la structure UIConnectionInfo donnée.

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

Paramètres

ci
UIConnectionInfo

Informations de connexion.

Retours

Type de connexion de l'énumérateur.

S’applique à

GetCoreConnectionType(UIConnectionGroupInfo)

Récupère le type de connexion d'énumérateur qui correspond à la structure UIConnectionInfo donnée, depuis les premières informations de connexion dans la liste.

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

Paramètres

connectionInfoList
UIConnectionGroupInfo

Liste des informations de connexion.

Retours

Type de connexion de l'énumérateur.

S’applique à