Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Encrypts a specified document.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Sub EncryptDocument ( _
<OutAttribute> ByRef pbstrDocument As String, _
bstrPassword As String _
)
'Usage
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
)
Parameter
- pbstrDocument
Typ: System.String%
The document to encrypt.
- bstrPassword
Typ: System.String
The password of the document to encrypt.
Hinweise
The encrypted document.