UIConnectionInfoUtil.GetCoreConnectionInfo 메서드

정의

SQL 및 OLAP 서버 유형의 ConnectionInfoBase만 초기화합니다.

오버로드

GetCoreConnectionInfo(UIConnectionGroupInfo)

지정한 연결 정보 목록의 지정한 UIConnectionInfo 개체에서 열거자 스타일 연결 개체를 검색합니다.

GetCoreConnectionInfo(UIConnectionInfo)

지정한 원본 매개 변수를 사용하여 지정한 UIConnectionInfo 개체에서 열거자 스타일 연결 개체를 검색합니다.

GetCoreConnectionInfo(UIConnectionGroupInfo, Boolean)

지정한 데이터베이스 매개 변수를 사용하여 목록의 첫 번째 연결 정보에 있는 지정한 UIConnectionInfo 개체에서 열거자 스타일 연결 개체를 검색합니다.

GetCoreConnectionInfo(UIConnectionInfo, Boolean)

지정한 원본 및 데이터베이스를 사용하여 지정한 UIConnectionInfo 개체에서 열거자 스타일 연결 개체를 검색합니다.

GetCoreConnectionInfo(UIConnectionGroupInfo)

지정한 연결 정보 목록의 지정한 UIConnectionInfo 개체에서 열거자 스타일 연결 개체를 검색합니다.

public:
 static System::Collections::Generic::IList<Microsoft::SqlServer::Management::Common::SqlOlapConnectionInfoBase ^> ^ GetCoreConnectionInfo(Microsoft::SqlServer::Management::Smo::RegSvrEnum::UIConnectionGroupInfo ^ connectionInfoList);
public static System.Collections.Generic.IList<Microsoft.SqlServer.Management.Common.SqlOlapConnectionInfoBase> GetCoreConnectionInfo (Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionGroupInfo connectionInfoList);
static member GetCoreConnectionInfo : Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionGroupInfo -> System.Collections.Generic.IList<Microsoft.SqlServer.Management.Common.SqlOlapConnectionInfoBase>
Public Shared Function GetCoreConnectionInfo (connectionInfoList As UIConnectionGroupInfo) As IList(Of SqlOlapConnectionInfoBase)

매개 변수

connectionInfoList
UIConnectionGroupInfo

연결 정보의 목록입니다.

반환

열거자 스타일 연결 개체입니다.

적용 대상

GetCoreConnectionInfo(UIConnectionInfo)

지정한 원본 매개 변수를 사용하여 지정한 UIConnectionInfo 개체에서 열거자 스타일 연결 개체를 검색합니다.

public:
 static Microsoft::SqlServer::Management::Common::SqlOlapConnectionInfoBase ^ GetCoreConnectionInfo(Microsoft::SqlServer::Management::Smo::RegSvrEnum::UIConnectionInfo ^ sourceCi);
public static Microsoft.SqlServer.Management.Common.SqlOlapConnectionInfoBase GetCoreConnectionInfo (Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionInfo sourceCi);
static member GetCoreConnectionInfo : Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionInfo -> Microsoft.SqlServer.Management.Common.SqlOlapConnectionInfoBase
Public Shared Function GetCoreConnectionInfo (sourceCi As UIConnectionInfo) As SqlOlapConnectionInfoBase

매개 변수

sourceCi
UIConnectionInfo

연결 정보의 원본입니다.

반환

열거자 스타일 연결 개체입니다.

적용 대상

GetCoreConnectionInfo(UIConnectionGroupInfo, Boolean)

지정한 데이터베이스 매개 변수를 사용하여 목록의 첫 번째 연결 정보에 있는 지정한 UIConnectionInfo 개체에서 열거자 스타일 연결 개체를 검색합니다.

public:
 static System::Collections::Generic::IList<Microsoft::SqlServer::Management::Common::SqlOlapConnectionInfoBase ^> ^ GetCoreConnectionInfo(Microsoft::SqlServer::Management::Smo::RegSvrEnum::UIConnectionGroupInfo ^ connectionInfoList, bool includeDatabase);
public static System.Collections.Generic.IList<Microsoft.SqlServer.Management.Common.SqlOlapConnectionInfoBase> GetCoreConnectionInfo (Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionGroupInfo connectionInfoList, bool includeDatabase);
static member GetCoreConnectionInfo : Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionGroupInfo * bool -> System.Collections.Generic.IList<Microsoft.SqlServer.Management.Common.SqlOlapConnectionInfoBase>
Public Shared Function GetCoreConnectionInfo (connectionInfoList As UIConnectionGroupInfo, includeDatabase As Boolean) As IList(Of SqlOlapConnectionInfoBase)

매개 변수

connectionInfoList
UIConnectionGroupInfo

연결 정보의 목록입니다.

includeDatabase
Boolean

데이터베이스를 포함하려면 true이고, 그렇지 않으면 false입니다.

반환

열거자 스타일 연결 개체입니다.

적용 대상

GetCoreConnectionInfo(UIConnectionInfo, Boolean)

지정한 원본 및 데이터베이스를 사용하여 지정한 UIConnectionInfo 개체에서 열거자 스타일 연결 개체를 검색합니다.

public:
 static Microsoft::SqlServer::Management::Common::SqlOlapConnectionInfoBase ^ GetCoreConnectionInfo(Microsoft::SqlServer::Management::Smo::RegSvrEnum::UIConnectionInfo ^ sourceCi, bool includeDatabase);
public static Microsoft.SqlServer.Management.Common.SqlOlapConnectionInfoBase GetCoreConnectionInfo (Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionInfo sourceCi, bool includeDatabase);
static member GetCoreConnectionInfo : Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionInfo * bool -> Microsoft.SqlServer.Management.Common.SqlOlapConnectionInfoBase
Public Shared Function GetCoreConnectionInfo (sourceCi As UIConnectionInfo, includeDatabase As Boolean) As SqlOlapConnectionInfoBase

매개 변수

sourceCi
UIConnectionInfo

연결 정보의 원본입니다.

includeDatabase
Boolean

데이터베이스를 포함하려면 true이고, 그렇지 않으면 false입니다.

반환

열거자 스타일 연결 개체입니다.

적용 대상