UIConnectionInfoUtil.FillInRegisteredServerFromConnectionInfo 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重要
此 API 不符合 CLS。
从连接信息检索注册的服务器设置。
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)
参数
- server
- RegisteredServer
服务器。
- connectionInfo
- UIConnectionInfo
服务器的连接信息。
- connDlgServerType
- IServerType
连接对话框。
- 属性