PackageRemote64Class.PasswordMatch Método
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Determines whether the specified password matches with the package password.
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado: Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxis
'Declaración
Public Overridable Function PasswordMatch ( _
bstrPackagePassword As String _
) As Boolean
'Uso
Dim instance As PackageRemote64Class
Dim bstrPackagePassword As String
Dim returnValue As Boolean
returnValue = instance.PasswordMatch(bstrPackagePassword)
public virtual bool PasswordMatch(
string bstrPackagePassword
)
public:
virtual bool PasswordMatch(
[InAttribute] String^ bstrPackagePassword
)
abstract PasswordMatch :
bstrPackagePassword:string -> bool
override PasswordMatch :
bstrPackagePassword:string -> bool
public function PasswordMatch(
bstrPackagePassword : String
) : boolean
Parámetros
- bstrPackagePassword
Tipo: System.String
The password to match with the package password.
Valor devuelto
Tipo: System.Boolean
true if the specified password matches with the package password; otherwise, false.
Implementa
IDTSProjectPackage100.PasswordMatch(String)