Condividi tramite


Proprietà ExecutePackageTaskClass.PackagePassword

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

Spazio dei nomi  Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask
Assembly:  Microsoft.SqlServer.ExecPackageTaskWrap (in Microsoft.SqlServer.ExecPackageTaskWrap.dll)

Sintassi

'Dichiarazione
Public Overridable WriteOnly Property PackagePassword As String 
    Set
'Utilizzo
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)

Valore proprietà

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

Implementa

IDTSExecutePackage100.PackagePassword

Vedere anche

Riferimento

ExecutePackageTaskClass Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask