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.