Freigeben über


IDTSProjectPackage100.PasswordMatch-Methode

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

Determines whether the specified password matches with package password.

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

Syntax

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

Parameter

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

Rückgabewert

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

Siehe auch

Verweis

IDTSProjectPackage100 Schnittstelle

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace