Propriedade do RDL IDTSExecutePackage100.PackagePassword
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Sets the password of the child package.
Namespace: Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask
Assembly: Microsoft.SqlServer.ExecPackageTaskWrap (em Microsoft.SqlServer.ExecPackageTaskWrap.dll)
Sintaxe
'Declaração
WriteOnly Property PackagePassword As String
Set
'Uso
Dim instance As IDTSExecutePackage100
Dim value As String
instance.PackagePassword = value
string PackagePassword { set; }
property String^ PackagePassword {
void set (String^ value);
}
abstract PackagePassword : string with get, set
function set PackagePassword (value : String)
Valor da propriedade
Tipo: System.String
The password of the child package.