IDTSManagedHelper100.SignDocument 方法
此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
Signs the document associated with the helper.
命名空间: Microsoft.SqlServer.Dts.Runtime.Wrapper
程序集: Microsoft.SqlServer.DTSRuntimeWrap(在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)
语法
声明
Sub SignDocument ( _
<OutAttribute> ByRef pbstrDocument As String, _
hCertContext As Long, _
bstrKeyContainer As String, _
iKeyNumber As Integer, _
bstrProviderName As String, _
iProviderType As Integer _
)
用法
Dim instance As IDTSManagedHelper100
Dim pbstrDocument As String
Dim hCertContext As Long
Dim bstrKeyContainer As String
Dim iKeyNumber As Integer
Dim bstrProviderName As String
Dim iProviderType As Integer
instance.SignDocument(pbstrDocument, _
hCertContext, bstrKeyContainer, _
iKeyNumber, bstrProviderName, iProviderType)
void SignDocument(
out string pbstrDocument,
long hCertContext,
string bstrKeyContainer,
int iKeyNumber,
string bstrProviderName,
int iProviderType
)
void SignDocument(
[InAttribute] [OutAttribute] String^% pbstrDocument,
[InAttribute] long long hCertContext,
[InAttribute] String^ bstrKeyContainer,
[InAttribute] int iKeyNumber,
[InAttribute] String^ bstrProviderName,
[InAttribute] int iProviderType
)
abstract SignDocument :
pbstrDocument:string byref *
hCertContext:int64 *
bstrKeyContainer:string *
iKeyNumber:int *
bstrProviderName:string *
iProviderType:int -> unit
function SignDocument(
pbstrDocument : String,
hCertContext : long,
bstrKeyContainer : String,
iKeyNumber : int,
bstrProviderName : String,
iProviderType : int
)
参数
- pbstrDocument
类型:System.String%
The document.
- hCertContext
类型:System.Int64
The certificate context.
- bstrKeyContainer
类型:System.String
The key container.
- iKeyNumber
类型:System.Int32
The key number.
- bstrProviderName
类型:System.String
The provider name
- iProviderType
类型:System.Int32
The provider type.
注释
For more information, see ManagedHelper.