Partilhar via


Propriedade do RDL ExecutePackageTaskClass.PackagePassword

Sets the password of the child package to be executed by the ExecutePackageTask.

Namespace:  Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask
Assembly:  Microsoft.SqlServer.ExecPackageTaskWrap (em Microsoft.SqlServer.ExecPackageTaskWrap.dll)

Sintaxe

'Declaração
Public Overridable WriteOnly Property PackagePassword As String 
    Set
'Uso
Dim instance As ExecutePackageTaskClass 
Dim value As String

instance.PackagePassword = value
public virtual string PackagePassword { set; }
public:
virtual property String^ PackagePassword {
    void set (String^ value);
}
abstract PackagePassword : string with get, set 
override PackagePassword : string with get, set
function set PackagePassword (value : String)

Valor da propriedade

Tipo: System.String
The password of the child package to be executed by the ExecutePackageTask.

Implementa

IDTSExecutePackage100.PackagePassword

Consulte também

Referência

ExecutePackageTaskClass Classe

Namespace Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask