Método IDTSProjectPackage100.PasswordMatch
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Determines whether the specified password matches with package password.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxe
'Declaração
Function PasswordMatch ( _
bstrPackagePassword As String _
) As Boolean
'Uso
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
Parâmetros
- bstrPackagePassword
Tipo: System.String
The password to match with the package password.
Valor de retorno
Tipo: System.Boolean
true if the specified password matches with package password; otherwise, false.