语言

IDTSProjectPackage100.PasswordMatch(String) 方法

定义

判断指定的密码是否与包密码匹配。

public:
 bool PasswordMatch(System::String ^ bstrPackagePassword);
public bool PasswordMatch(string bstrPackagePassword);
abstract member PasswordMatch : string -> bool
Public Function PasswordMatch (bstrPackagePassword As String) As Boolean

参数

bstrPackagePassword
String

密码要和包裹密码匹配。

返回

如果指定的密码与包密码匹配,则为真;否则,就是假的。

适用于