IDTSPackageSigning100 接口

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

Represents an interface for the package signing.

命名空间:  Microsoft.SqlServer.Dts.Runtime.Wrapper
程序集:  Microsoft.SqlServer.DTSRuntimeWrap(在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)

语法

声明
<GuidAttribute("47A81B6C-72CA-42D0-BF1F-6DC3A9BC769D")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IDTSPackageSigning100
用法
Dim instance As IDTSPackageSigning100
[GuidAttribute("47A81B6C-72CA-42D0-BF1F-6DC3A9BC769D")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IDTSPackageSigning100
[GuidAttribute(L"47A81B6C-72CA-42D0-BF1F-6DC3A9BC769D")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IDTSPackageSigning100
[<GuidAttribute("47A81B6C-72CA-42D0-BF1F-6DC3A9BC769D")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IDTSPackageSigning100 =  interface end
public interface IDTSPackageSigning100

IDTSPackageSigning100 类型公开以下成员。

属性

  名称 说明
公共属性 CertificateContext 基础结构。Gets or sets the context of the certificate associated with the package.
公共属性 CertificateObject 基础结构。Gets or sets the certificate object associated with the package.
公共属性 CheckSignatureOnLoad 基础结构。Gets or sets whether the package checks the signature on loading.

页首

方法

  名称 说明
公共方法 CheckSignature 基础结构。Checks the signature of the package.
公共方法 LoadUserCertificateByHash 基础结构。Loads the user certificate using hash.
公共方法 LoadUserCertificateByName 基础结构。Loads the user certificate by name.

页首

请参阅

参考

Microsoft.SqlServer.Dts.Runtime.Wrapper 命名空间