Propriété IDTSApplication100.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 password for the project. This property is write-only.
Espace de noms : Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly : Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntaxe
'Déclaration
WriteOnly Property ProjectPassword As String
Set
'Utilisation
Dim instance As IDTSApplication100
Dim value As String
instance.ProjectPassword = value
string ProjectPassword { set; }
property String^ ProjectPassword {
void set (String^ value);
}
abstract ProjectPassword : string with get, set
function set ProjectPassword (value : String)
Valeur de propriété
Type : System.String
A String that contains the password for the project.