Partager via


Propriété PackagePassword

Gets or sets the package password for the Microsoft SQL Server 2000 Data Transformation Services (DTS) package to be executed by the Exec80PackageTask.

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

Syntaxe

'Déclaration
Public WriteOnly Property PackagePassword As String
    Set
'Utilisation
Dim instance As Exec80PackageTask
Dim value As String

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

Valeur de propriété

Type : System. . :: . .String
A String that contains the package password for the DTS package.

Implémente

IDTSExec80PackageTask. . :: . .PackagePassword