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 命名空間