Méthode IDTSPackage100.LoadUserCertificateByName
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Loads the certificate for the package according to the certificate name.
Espace de noms : Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly : Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntaxe
'Déclaration
Sub LoadUserCertificateByName ( _
SubjectName As String _
)
'Utilisation
Dim instance As IDTSPackage100
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
)
Paramètres
- SubjectName
Type : System.String
The name of the certificate for the package.
Notes
This interface is implemented by the Package and PackageNeutral interfaces.