Partager via


Propriété ApplicationClass.ProjectPassword

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Sets the value of the project password for the package.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly :  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntaxe

'Déclaration
Public Overridable WriteOnly Property ProjectPassword As String 
    Set
'Utilisation
Dim instance As ApplicationClass 
Dim value As String

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

Valeur de propriété

Type : System.String
The value of the project password for the package.

Implémente

IDTSApplication100.ProjectPassword

Voir aussi

Référence

ApplicationClass Classe

Espace de noms Microsoft.SqlServer.Dts.Runtime.Wrapper