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