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


Метод IDTSManagedHelper100.EncryptDocument

Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.

Encrypts a specified document.

Пространство имен:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Сборка:  Microsoft.SqlServer.DTSRuntimeWrap (в Microsoft.SqlServer.DTSRuntimeWrap.dll)

Синтаксис

'Декларация
Sub EncryptDocument ( _
    <OutAttribute> ByRef pbstrDocument As String, _
    bstrPassword As String _
)
'Применение
Dim instance As IDTSManagedHelper100 
Dim pbstrDocument As String 
Dim bstrPassword As String

instance.EncryptDocument(pbstrDocument, _
    bstrPassword)
void EncryptDocument(
    out string pbstrDocument,
    string bstrPassword
)
void EncryptDocument(
    [InAttribute] [OutAttribute] String^% pbstrDocument, 
    [InAttribute] String^ bstrPassword
)
abstract EncryptDocument : 
        pbstrDocument:string byref * 
        bstrPassword:string -> unit
function EncryptDocument(
    pbstrDocument : String, 
    bstrPassword : String
)

Параметры

  • bstrPassword
    Тип: System.String
    The password of the document to encrypt.

Замечания

The encrypted document.

См. также

Справочник

IDTSManagedHelper100 Интерфейс

Пространство имен Microsoft.SqlServer.Dts.Runtime.Wrapper