다음을 통해 공유


IDTSManagedHelper100 인터페이스

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

Specifies an interface of the managed helper.

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

구문

‘선언
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("AAA82BEC-5506-450D-8F7D-3E5E495AF69D")> _
Public Interface IDTSManagedHelper100
‘사용 방법
Dim instance As IDTSManagedHelper100
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("AAA82BEC-5506-450D-8F7D-3E5E495AF69D")]
public interface IDTSManagedHelper100
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"AAA82BEC-5506-450D-8F7D-3E5E495AF69D")]
public interface class IDTSManagedHelper100
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("AAA82BEC-5506-450D-8F7D-3E5E495AF69D")>]
type IDTSManagedHelper100 =  interface end
public interface IDTSManagedHelper100

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

메서드

  이름 설명
공용 메서드 CloseManagedConnection 인프라입니다. Closes the specified connection.
공용 메서드 DecryptDocument 인프라입니다. Decrypts the specified document.
공용 메서드 EncryptDocument 인프라입니다. Encrypts a specified document.
공용 메서드 GetManagedConnection 인프라입니다. Returns a managed connection.
공용 메서드 GetNextManagedInfo 인프라입니다. Indicates whether the connection gets the next managed information.
공용 메서드 GetRawCertData 인프라입니다. Returns the raw data for the certificate.
공용 메서드 MakeCertObject 인프라입니다. Creates a certificate object.
공용 메서드 OpenAssembly 인프라입니다. Opens an assembly.
공용 메서드 SignDocument 인프라입니다. Signs the document associated with the helper.
공용 메서드 VerifyDocument 인프라입니다. Indicates whether the document is verified.

맨 위로 이동

주의

For more information, see ManagedHelper.

참고 항목

참조

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