UIConnectionInfoUtil.FillInRegisteredServerFromConnectionInfo Method

Definition

Important

This API is not CLS-compliant.

Retrieves the registered server settings from the connection information.

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)

Parameters

server
RegisteredServer

The server.

connectionInfo
UIConnectionInfo

The connection information of the server.

connDlgServerType
IServerType

The connection dialog.

Attributes

Applies to