IDTSPackage100.CheckSignature Method
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Checks the status of the digital signature of the package.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Function CheckSignature As DTSSignatureStatus
'Usage
Dim instance As IDTSPackage100
Dim returnValue As DTSSignatureStatus
returnValue = instance.CheckSignature()
DTSSignatureStatus CheckSignature()
DTSSignatureStatus CheckSignature()
abstract CheckSignature : unit -> DTSSignatureStatus
function CheckSignature() : DTSSignatureStatus
Return Value
Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSSignatureStatus
One of the enumeration values that indicates the status of the digital signature.
Remarks
This interface is implemented by the Package and PackageNeutral interfaces.