Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.