Compartir a través de


ExecutePackageTaskClass.PackagePassword Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask
Ensamblado:  Microsoft.SqlServer.ExecPackageTaskWrap (en Microsoft.SqlServer.ExecPackageTaskWrap.dll)

Sintaxis

'Declaración
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 de la propiedad

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

Implementa

IDTSExecutePackage100.PackagePassword

Vea también

Referencia

ExecutePackageTaskClass Clase

Espacio de nombres Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask