Freigeben über


IDTSProject100.MatchPassword-Methode

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Matches the password for the project.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
Function MatchPassword ( _
    bstrPackagePassword As String _
) As Boolean
'Usage
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

Parameter

Rückgabewert

Typ: System.Boolean
The matched password.

Siehe auch

Verweis

IDTSProject100 Schnittstelle

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace