Compartir a través de


OpenRowsetTableReference.Password Propiedad

Gets or sets the password.

Espacio de nombres:  Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado:  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxis

'Declaración
Public Property Password As StringLiteral 
    Get 
    Set
'Uso
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)

Valor de la propiedad

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

Vea también

Referencia

OpenRowsetTableReference Clase

Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom