Partager via


Méthode IDTSProject100.MatchPassword

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Matches the password for the project.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly :  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntaxe

'Déclaration
Function MatchPassword ( _
    bstrPackagePassword As String _
) As Boolean
'Utilisation
Dim instance As IDTSProject100 
Dim bstrPackagePassword As String 
Dim returnValue As Boolean 

returnValue = instance.MatchPassword(bstrPackagePassword)
bool MatchPassword(
    string bstrPackagePassword
)
bool MatchPassword(
    [InAttribute] String^ bstrPackagePassword
)
abstract MatchPassword : 
        bstrPackagePassword:string -> bool
function MatchPassword(
    bstrPackagePassword : String
) : boolean

Paramètres

  • bstrPackagePassword
    Type : System.String
    The package password.

Valeur de retour

Type : System.Boolean
The matched password.

Voir aussi

Référence

IDTSProject100 Interface

Espace de noms Microsoft.SqlServer.Dts.Runtime.Wrapper