Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
- bstrPackagePassword
Typ: System.String
The package password.
Rückgabewert
Typ: System.Boolean
The matched password.