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. |