Partager via


Propriété PackagePassword

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

Espace de noms :  Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask
Assembly :  Microsoft.SqlServer.ExecPackageTaskWrap (en Microsoft.SqlServer.ExecPackageTaskWrap.dll)

Syntaxe

'Déclaration
Public Overridable WriteOnly Property PackagePassword As String
    Set
'Utilisation
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)

Valeur de propriété

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

Implémente

IDTSExecutePackage100. . :: . .PackagePassword