UIConnectionInfoUtil.GetYukonUIConnectionInfoFromRegisteredServer 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
重要
此 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
伺服器中的連接對話方塊。
傳回
要從註冊的伺服器取得的 YukonUIConnectionInfo 設定。
- 屬性