Compartir a través de


IDTSProject100.MatchPassword Método

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

Matches the password for the project.

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

Sintaxis

'Declaración
Function MatchPassword ( _
    bstrPackagePassword As String _
) As Boolean
'Uso
Dim instance As IDTSProject100 
Dim bstrPackagePassword As String 
Dim returnValue As Boolean 

returnValue = instance.MatchPassword(bstrPackagePassword)
bool MatchPassword(
    string bstrPackagePassword
)
bool MatchPassword(
    [InAttribute] String^ bstrPackagePassword
)
abstract MatchPassword : 
        bstrPackagePassword:string -> bool
function MatchPassword(
    bstrPackagePassword : String
) : boolean

Parámetros

Valor devuelto

Tipo: System.Boolean
The matched password.

Vea también

Referencia

IDTSProject100 Interfaz

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