Udostępnij za pośrednictwem


IDTSProject100.MatchPassword Method

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

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

Parameters

Return Value

Type: System.Boolean
The matched password.

See Also

Reference

IDTSProject100 Interface

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace