Partager via


Interface IDTSPackageSigning100

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Represents an interface for the package signing.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly :  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntaxe

'Déclaration
<GuidAttribute("47A81B6C-72CA-42D0-BF1F-6DC3A9BC769D")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IDTSPackageSigning100
'Utilisation
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

Le type IDTSPackageSigning100 expose les membres suivants.

Propriétés

  Nom Description
Propriété publique CertificateContext Infrastructure. Gets or sets the context of the certificate associated with the package.
Propriété publique CertificateObject Infrastructure. Gets or sets the certificate object associated with the package.
Propriété publique CheckSignatureOnLoad Infrastructure. Gets or sets whether the package checks the signature on loading.

Haut de la page

Méthodes

  Nom Description
Méthode publique CheckSignature Infrastructure. Checks the signature of the package.
Méthode publique LoadUserCertificateByHash Infrastructure. Loads the user certificate using hash.
Méthode publique LoadUserCertificateByName Infrastructure. Loads the user certificate by name.

Haut de la page

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Dts.Runtime.Wrapper