Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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
- bstrPackagePassword
Type: System.String
The package password.
Return Value
Type: System.Boolean
The matched password.