ConnectionManagerOLAPClass 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
연결 관리자 OLAP 클래스를 나타냅니다.
public ref class ConnectionManagerOLAPClass : Microsoft::SqlServer::Dts::Runtime::Wrapper::ConnectionManagerOLAP, Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSConnectionManagerDatabaseParameters100
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.Guid("F4D9470A-E60A-4BAD-ACC6-2E3AA759E0BD")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
public class ConnectionManagerOLAPClass : Microsoft.SqlServer.Dts.Runtime.Wrapper.ConnectionManagerOLAP, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManagerDatabaseParameters100
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
[System.Runtime.InteropServices.Guid("D3102C96-CC8A-409D-A94C-2175F8D16FE0")]
public class ConnectionManagerOLAPClass : Microsoft.SqlServer.Dts.Runtime.Wrapper.ConnectionManagerOLAP, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManagerDatabaseParameters100
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
[System.Runtime.InteropServices.Guid("647A6D51-7608-4590-9DFF-A8C416E6169C")]
public class ConnectionManagerOLAPClass : Microsoft.SqlServer.Dts.Runtime.Wrapper.ConnectionManagerOLAP, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManagerDatabaseParameters100
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.Guid("F4D9470A-E60A-4BAD-ACC6-2E3AA759E0BD")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
type ConnectionManagerOLAPClass = class
interface IDTSConnectionManager100
interface ConnectionManagerOLAP
interface IDTSConnectionManagerDatabaseParameters100
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
[<System.Runtime.InteropServices.Guid("D3102C96-CC8A-409D-A94C-2175F8D16FE0")>]
type ConnectionManagerOLAPClass = class
interface IDTSConnectionManager100
interface ConnectionManagerOLAP
interface IDTSConnectionManagerDatabaseParameters100
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
[<System.Runtime.InteropServices.Guid("647A6D51-7608-4590-9DFF-A8C416E6169C")>]
type ConnectionManagerOLAPClass = class
interface IDTSConnectionManager100
interface ConnectionManagerOLAP
interface IDTSConnectionManagerDatabaseParameters100
Public Class ConnectionManagerOLAPClass
Implements ConnectionManagerOLAP, IDTSConnectionManagerDatabaseParameters100
- 상속
-
ConnectionManagerOLAPClass
- 특성
- 구현
설명
자세한 내용은 ConnectionManager를 참조하세요.
생성자
ConnectionManagerOLAPClass() |
ConnectionManagerOLAPClass 클래스의 새 인스턴스를 초기화합니다. |
속성
ConnectionString |
데이터 원본에 대한 연결을 설정하는 데 사용되는 연결 문자열을 가져오거나 설정합니다. |
InitialCatalog |
연결과 연결된 데이터베이스의 이름을 가져오거나 설정합니다. |
Password |
연결에 로그온하는 데 사용되는 암호를 설정합니다. |
ProtectionLevel |
패키지에 포함된 중요한 데이터에 대해 수행된 암호화 수준을 가져오거나 설정합니다. |
RetainSameConnection |
연결 관리자가 같은 연결을 유지하는지 여부를 나타내는 값을 가져오거나 설정합니다. |
Scope |
연결 범위를 가져오거나 설정합니다. |
ServerName |
서버 이름을 가져오거나 설정합니다. |
SupportsDTCTransactions |
연결에서 DTC 트랜잭션을 지원하는지 여부를 나타내는 값을 가져옵니다. |
UserName |
연결의 사용자 이름을 가져오거나 설정합니다. |
메서드
AcquireConnection(Object) |
연결 유형의 인스턴스를 만듭니다. |
GetConnectionForSchema() |
스키마의 연결을 가져옵니다. |
ReleaseConnection(Object) |
AcquireConnection(Object)을 실행하는 동안 설정된 연결을 해제합니다. |
SetQualifier(String) |
연결 관리자를 만들고 나서 실행 중인 패키지에서 해당 연결 관리자를 사용하기 전에 연결 관리자에 대한 한정자를 변경합니다. |
Validate(IDTSInfoEvents100) |
연결의 유효성을 검사하고 성공 또는 실패를 나타내는 열거형을 반환합니다. |