Compartir a través de


IDTSProjectPackage100.PasswordMatch Método

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Determines whether the specified password matches with package password.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxis

'Declaración
Function PasswordMatch ( _
    bstrPackagePassword As String _
) As Boolean
'Uso
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

Parámetros

  • bstrPackagePassword
    Tipo: System.String
    The password to match with the package password.

Valor devuelto

Tipo: System.Boolean
true if the specified password matches with package password; otherwise, false.

Vea también

Referencia

IDTSProjectPackage100 Interfaz

Espacio de nombres Microsoft.SqlServer.Dts.Runtime.Wrapper