Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Represents an interface for the package signing.
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado: Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxis
'Declaración
<GuidAttribute("47A81B6C-72CA-42D0-BF1F-6DC3A9BC769D")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IDTSPackageSigning100
'Uso
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
El tipo IDTSPackageSigning100 expone los siguientes miembros.
Propiedades
| Nombre | Descripción | |
|---|---|---|
![]() |
CertificateContext | Infraestructura. Gets or sets the context of the certificate associated with the package. |
![]() |
CertificateObject | Infraestructura. Gets or sets the certificate object associated with the package. |
![]() |
CheckSignatureOnLoad | Infraestructura. Gets or sets whether the package checks the signature on loading. |
Arriba
Métodos
| Nombre | Descripción | |
|---|---|---|
![]() |
CheckSignature | Infraestructura. Checks the signature of the package. |
![]() |
LoadUserCertificateByHash | Infraestructura. Loads the user certificate using hash. |
![]() |
LoadUserCertificateByName | Infraestructura. Loads the user certificate by name. |
Arriba
.gif)
.gif)