PackageClass.PasswordMatch(String) Method

Definition

public:
 virtual bool PasswordMatch(System::String ^ bstrPackagePassword) = Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2012::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

Parameters

bstrPackagePassword
String

Returns

true if the specified password matches with the package password; otherwise, false.

Implements

Remarks

For more information, see Package.

Applies to