Metodo IDTSProjectPackage100.PasswordMatch

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Determines whether the specified password matches with package password.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

'Dichiarazione
Function PasswordMatch ( _
    bstrPackagePassword As String _
) As Boolean
'Utilizzo
Dim instance As IDTSProjectPackage100 
Dim bstrPackagePassword As String 
Dim returnValue As Boolean 

returnValue = instance.PasswordMatch(bstrPackagePassword)
bool PasswordMatch(
    string bstrPackagePassword
)
bool PasswordMatch(
    [InAttribute] String^ bstrPackagePassword
)
abstract PasswordMatch : 
        bstrPackagePassword:string -> bool
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 package password; otherwise, false.

Vedere anche

Riferimento

IDTSProjectPackage100 Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper