Partager via


Password propriété

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

For more information, see ConnectionManager.

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

Syntaxe

'Déclaration
Public Overridable WriteOnly Property Password As String
    Set
'Utilisation
Dim instance As ConnectionManagerOLAPClass
Dim value As String

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

Valeur de la propriété

Type : System. . :: . .String

Implémente

IDTSConnectionManagerDatabaseParameters100. . :: . .Password