UIConnectionInfoUtil.GetYukonUIConnectionInfoFromRegisteredServer 方法

定義

重要

此 API 不符合 CLS 規範。

表示要從註冊的伺服器取得的 YukonUIConnectionInfo 設定。

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

參數

regSrv
RegisteredServer

連接中註冊的伺服器。

connDlgServerType
IServerType

伺服器中的連接對話方塊。

傳回

UIConnectionInfo

要從註冊的伺服器取得的 YukonUIConnectionInfo 設定。

屬性

適用於