UIConnectionInfoUtil.GetUIConnectionInfoFromConnectionString 메서드
SQL Server 2012
Indicates the connection info to get from the specified connection string.
이 API는 CLS 규격이 아닙니다. 네임스페이스: Microsoft.SqlServer.Management.UI.ConnectionDlg
어셈블리: ConnectionDlg(ConnectionDlg.dll)
[CLSCompliantAttribute(false)] public static UIConnectionInfo GetUIConnectionInfoFromConnectionString( string connectionString, IServerType connDlgServerType )
매개 변수
- connectionString
- 유형: System.String
The string that is used to open a SQL Server database.
- connDlgServerType
- 유형: Microsoft.SqlServer.Management.UI.ConnectionDlg.IServerType
The object in the connection dialog.
반환 값
유형: Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionInfoThe connection info to get from the specified connection string.
표시: