PackageClass.PasswordMatch(String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Détermine si le mot de passe spécifié correspond au mot de passe du package.
public:
virtual bool PasswordMatch(System::String ^ bstrPackagePassword) = Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSProjectPackage100::PasswordMatch;
public virtual bool PasswordMatch (string bstrPackagePassword);
abstract member PasswordMatch : string -> bool
override this.PasswordMatch : string -> bool
Public Overridable Function PasswordMatch (bstrPackagePassword As String) As Boolean
Paramètres
- bstrPackagePassword
- String
Mot de passe qui doit correspondre au mot de passe du package.
Retours
true si le mot de passe spécifié correspond au mot de passe du package ; sinon, false.
Implémente
Remarques
Pour plus d’informations, consultez Package.