Package.CheckSignature 方法

Checks the status of the digital signature of the package.

命名空间:  Microsoft.SqlServer.Dts.Runtime
程序集:  Microsoft.SqlServer.ManagedDTS(在 Microsoft.SqlServer.ManagedDTS.dll 中)

语法

声明
Public Function CheckSignature As DTSSignatureStatus
用法
Dim instance As Package 
Dim returnValue As DTSSignatureStatus 

returnValue = instance.CheckSignature()
public DTSSignatureStatus CheckSignature()
public:
DTSSignatureStatus CheckSignature()
member CheckSignature : unit -> DTSSignatureStatus
public function CheckSignature() : DTSSignatureStatus

返回值

类型:Microsoft.SqlServer.Dts.Runtime.DTSSignatureStatus
One of the enumeration values that indicates the status of the digital signature.

注释

For more information, see 使用数字签名标识包的源.

重要说明重要提示

When configured to check the signature of a package, Integration Services only checks whether the digital signature is present, is valid, and is from a trusted source. Integration Services does not check whether the package has been changed.

请参阅

参考

Package 类

Microsoft.SqlServer.Dts.Runtime 命名空间