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 네임스페이스