UIConnectionInfoUtil.GetUIConnectionInfoFromConnectionString 메서드

정의

중요

이 API는 CLS 규격이 아닙니다.

지정한 연결 문자열에서 가져올 연결 정보를 나타냅니다.

public:
 static Microsoft::SqlServer::Management::Smo::RegSvrEnum::UIConnectionInfo ^ GetUIConnectionInfoFromConnectionString(System::String ^ connectionString, Microsoft::SqlServer::Management::UI::ConnectionDlg::IServerType ^ connDlgServerType);
[System.CLSCompliant(false)]
public static Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionInfo GetUIConnectionInfoFromConnectionString (string connectionString, Microsoft.SqlServer.Management.UI.ConnectionDlg.IServerType connDlgServerType);
[<System.CLSCompliant(false)>]
static member GetUIConnectionInfoFromConnectionString : string * Microsoft.SqlServer.Management.UI.ConnectionDlg.IServerType -> Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionInfo
Public Shared Function GetUIConnectionInfoFromConnectionString (connectionString As String, connDlgServerType As IServerType) As UIConnectionInfo

매개 변수

connectionString
String

SQL Server 데이터베이스를 여는 데 사용되는 문자열입니다.

connDlgServerType
IServerType

연결 대화 상자의 개체입니다.

반환

지정한 연결 문자열에서 가져올 연결 정보입니다.

특성

적용 대상