Partager via


Propriété OpenRowsetTableReference.Password

Gets or sets the password.

Espace de noms :  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly :  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntaxe

'Déclaration
Public Property Password As StringLiteral 
    Get 
    Set
'Utilisation
Dim instance As OpenRowsetTableReference 
Dim value As StringLiteral 

value = instance.Password

instance.Password = value
public StringLiteral Password { get; set; }
public:
property StringLiteral^ Password {
    StringLiteral^ get ();
    void set (StringLiteral^ value);
}
member Password : StringLiteral with get, set
function get Password () : StringLiteral 
function set Password (value : StringLiteral)

Valeur de propriété

Type : Microsoft.SqlServer.TransactSql.ScriptDom.StringLiteral
The password.

Voir aussi

Référence

OpenRowsetTableReference Classe

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom