Поделиться через


Метод 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