Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Loads the user certificate by name.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Sub LoadUserCertificateByName ( _
SubjectName As String _
)
'Usage
Dim instance As IDTSPackageSigning100
Dim SubjectName As String
instance.LoadUserCertificateByName(SubjectName)
void LoadUserCertificateByName(
string SubjectName
)
void LoadUserCertificateByName(
[InAttribute] String^ SubjectName
)
abstract LoadUserCertificateByName :
SubjectName:string -> unit
function LoadUserCertificateByName(
SubjectName : String
)
Parameters
- SubjectName
Type: System.String
The name of the subject.