UIConnectionInfoUtil.FillInRegisteredServerFromConnectionInfo 메서드

정의

중요

이 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

연결 대화 상자입니다.

특성

적용 대상