Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
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.