UIConnectionInfoUtil.GetYukonUIConnectionInfoFromRegisteredServer Method

Definition

Important

This API is not CLS-compliant.

Indicates the YukonUIConnectionInfo settings to get from the registered server.

public:
 static Microsoft::SqlServer::Management::Smo::RegSvrEnum::UIConnectionInfo ^ GetYukonUIConnectionInfoFromRegisteredServer(Microsoft::SqlServer::Management::RegisteredServers::RegisteredServer ^ regSrv, Microsoft::SqlServer::Management::UI::ConnectionDlg::IServerType ^ connDlgServerType);
[System.CLSCompliant(false)]
public static Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionInfo GetYukonUIConnectionInfoFromRegisteredServer (Microsoft.SqlServer.Management.RegisteredServers.RegisteredServer regSrv, Microsoft.SqlServer.Management.UI.ConnectionDlg.IServerType connDlgServerType);
[<System.CLSCompliant(false)>]
static member GetYukonUIConnectionInfoFromRegisteredServer : Microsoft.SqlServer.Management.RegisteredServers.RegisteredServer * Microsoft.SqlServer.Management.UI.ConnectionDlg.IServerType -> Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionInfo
Public Shared Function GetYukonUIConnectionInfoFromRegisteredServer (regSrv As RegisteredServer, connDlgServerType As IServerType) As UIConnectionInfo

Parameters

regSrv
RegisteredServer

The registered server in the connection.

connDlgServerType
IServerType

The connection dialog in the server.

Returns

The YukonUIConnectionInfo settings to get from the registered server.

Attributes

Applies to