Método IDTSProject100.MatchPassword
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Matches the password for the project.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxe
'Declaração
Function MatchPassword ( _
bstrPackagePassword As String _
) As Boolean
'Uso
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
Parâmetros
- bstrPackagePassword
Tipo: System.String
The package password.
Valor de retorno
Tipo: System.Boolean
The matched password.