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

서버의 연결 대화 상자입니다.

반환

등록된 서버에서 가져올 YukonUIConnectionInfo 설정입니다.

특성

적용 대상