IDTSPackageSigning100.CertificateObject Property
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets or sets the certificate object associated with the package.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Property CertificateObject As Object
Get
Set
'Usage
Dim instance As IDTSPackageSigning100
Dim value As Object
value = instance.CertificateObject
instance.CertificateObject = value
Object CertificateObject { get; set; }
property Object^ CertificateObject {
Object^ get ();
void set (Object^ value);
}
abstract CertificateObject : Object with get, set
function get CertificateObject () : Object
function set CertificateObject (value : Object)
Property Value
Type: System.Object
The certificate object associated with the package.