다음을 통해 공유


ConnectionManagerCacheClass 클래스

이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.

Represents a connection manager that utilizes a Cache Transform or a cache file for the data connection.

상속 계층

System.Object
  Microsoft.SqlServer.Dts.Runtime.Wrapper.ConnectionManagerCacheClass

네임스페이스:  Microsoft.SqlServer.Dts.Runtime.Wrapper
어셈블리:  Microsoft.SqlServer.DTSRuntimeWrap(Microsoft.SqlServer.DTSRuntimeWrap.dll)

구문

‘선언
<GuidAttribute("F84E97B0-F3D7-4EFF-ACAA-80385E13EB34")> _
<ClassInterfaceAttribute(ClassInterfaceType.None)> _
Public Class ConnectionManagerCacheClass _
    Implements IDTSConnectionManager100, ConnectionManagerCache, IDTSConnectionManagerCache100
‘사용 방법
Dim instance As ConnectionManagerCacheClass
[GuidAttribute("F84E97B0-F3D7-4EFF-ACAA-80385E13EB34")]
[ClassInterfaceAttribute(ClassInterfaceType.None)]
public class ConnectionManagerCacheClass : IDTSConnectionManager100, 
    ConnectionManagerCache, IDTSConnectionManagerCache100
[GuidAttribute(L"F84E97B0-F3D7-4EFF-ACAA-80385E13EB34")]
[ClassInterfaceAttribute(ClassInterfaceType::None)]
public ref class ConnectionManagerCacheClass : IDTSConnectionManager100, 
    ConnectionManagerCache, IDTSConnectionManagerCache100
[<GuidAttribute("F84E97B0-F3D7-4EFF-ACAA-80385E13EB34")>]
[<ClassInterfaceAttribute(ClassInterfaceType.None)>]
type ConnectionManagerCacheClass =  
    class 
        interface IDTSConnectionManager100 
        interface ConnectionManagerCache 
        interface IDTSConnectionManagerCache100 
    end
public class ConnectionManagerCacheClass implements IDTSConnectionManager100, ConnectionManagerCache, IDTSConnectionManagerCache100

ConnectionManagerCacheClass 유형에서 다음 멤버를 표시합니다.

생성자

  이름 설명
공용 메서드 ConnectionManagerCacheClass 인프라입니다. Initializes a new instance of the ConnectionManagerCacheClass class.

맨 위로 이동

속성

  이름 설명
공용 속성 Columns 인프라입니다. Gets or sets the columns in the cache.
공용 속성 ConnectionString 인프라입니다. Gets or sets the connection string used to establish a connection to a data source.
공용 속성 ProtectionLevel 인프라입니다. Gets or sets the level of encryption performed on sensitive data that is contained in the package.
공용 속성 RetainData 인프라입니다. Gets or sets a Boolean that indicates whether the connection manager retains the data in the cache.
공용 속성 Scope 인프라입니다. Gets the scope of the connection manager.
공용 속성 SupportsDTCTransactions 인프라입니다. Gets a Boolean that indicates whether the connection supports Microsoft Distributed Transaction Coordinator (MS DTC) transactions.
공용 속성 UseEncryption 인프라입니다. Gets or sets a Boolean that indicates whether to use encryption.
공용 속성 UseFile 인프라입니다. Gets or sets a Boolean that indicates whether the connection manager uses a cache file.

맨 위로 이동

메서드

  이름 설명
공용 메서드 AcquireConnection 인프라입니다. Creates an instance of the connection type.
공용 메서드 Equals (Object에서 상속됨)
보호된 메서드 Finalize (Object에서 상속됨)
공용 메서드 GetFileColumns 인프라입니다. Reads and returns the columns from the specified cache file.
공용 메서드 GetHashCode (Object에서 상속됨)
공용 메서드 GetType (Object에서 상속됨)
보호된 메서드 MemberwiseClone (Object에서 상속됨)
공용 메서드 ReleaseConnection 인프라입니다. Frees the connection established during AcquireConnection. Called at design time and runtime.
공용 메서드 SetQualifier 인프라입니다. Changes a qualifier on the connection manager after the connection manager has been created but before it is used in a running package.
공용 메서드 ToString (Object에서 상속됨)
공용 메서드 Validate 인프라입니다. Validates the connection and returns an enumeration that indicates success or failure.

맨 위로 이동

주의

For more information, see ConnectionManager.

스레드 보안

이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.

참고 항목

참조

Microsoft.SqlServer.Dts.Runtime.Wrapper 네임스페이스