Metodo PackageClass.PasswordMatch
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Determines whether the specified password matches with the package password.
Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintassi
'Dichiarazione
Public Overridable Function PasswordMatch ( _
bstrPackagePassword As String _
) As Boolean
'Utilizzo
Dim instance As PackageClass
Dim bstrPackagePassword As String
Dim returnValue As Boolean
returnValue = instance.PasswordMatch(bstrPackagePassword)
public virtual bool PasswordMatch(
string bstrPackagePassword
)
public:
virtual bool PasswordMatch(
[InAttribute] String^ bstrPackagePassword
)
abstract PasswordMatch :
bstrPackagePassword:string -> bool
override PasswordMatch :
bstrPackagePassword:string -> bool
public function PasswordMatch(
bstrPackagePassword : String
) : boolean
Parametri
- bstrPackagePassword
Tipo: System.String
The password to match with the package password.
Valore restituito
Tipo: System.Boolean
true if the specified password matches with the package password; otherwise, false.
Implementa
IDTSProjectPackage100.PasswordMatch(String)
Osservazioni
For more information, see Package.