Partager via


UIConnectionInfoUtil.FillInRegisteredServerFromConnectionInfo Méthode

Définition

Important

Cette API n’est pas conforme CLS.

Récupère les paramètres de serveur inscrit des informations de connexion.

public:
 static void FillInRegisteredServerFromConnectionInfo(Microsoft::SqlServer::Management::RegisteredServers::RegisteredServer ^ server, Microsoft::SqlServer::Management::Smo::RegSvrEnum::UIConnectionInfo ^ connectionInfo, Microsoft::SqlServer::Management::UI::ConnectionDlg::IServerType ^ connDlgServerType);
[System.CLSCompliant(false)]
public static void FillInRegisteredServerFromConnectionInfo (Microsoft.SqlServer.Management.RegisteredServers.RegisteredServer server, Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionInfo connectionInfo, Microsoft.SqlServer.Management.UI.ConnectionDlg.IServerType connDlgServerType);
[<System.CLSCompliant(false)>]
static member FillInRegisteredServerFromConnectionInfo : Microsoft.SqlServer.Management.RegisteredServers.RegisteredServer * Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionInfo * Microsoft.SqlServer.Management.UI.ConnectionDlg.IServerType -> unit
Public Shared Sub FillInRegisteredServerFromConnectionInfo (server As RegisteredServer, connectionInfo As UIConnectionInfo, connDlgServerType As IServerType)

Paramètres

server
RegisteredServer

Le serveur.

connectionInfo
UIConnectionInfo

Informations de connexion du serveur.

connDlgServerType
IServerType

Dialogue de connexion.

Attributs

S’applique à