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.
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.