Share via


ExecutePackageTaskClass.PackagePassword Property

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

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

Syntax

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

Property Value

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

Implements

IDTSExecutePackage100.PackagePassword