Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Checks the 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 IDTSPackageSigning100
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
The checked signature.