Compartir a través de


ISqlLogin.Password (Propiedad)

Obtiene o establece la contraseña para el inicio de sesión.

Espacio de nombres:  Microsoft.Data.Schema.Sql.SchemaModel
Ensamblado:  Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)

Sintaxis

'Declaración
Property Password As String
    Get
    Set
string Password { get; set; }
property String^ Password {
    String^ get ();
    void set (String^ value);
}
abstract Password : string with get, set
function get Password () : String
function set Password (value : String)

Valor de propiedad

Tipo: System.String

Seguridad de .NET Framework

Vea también

Referencia

ISqlLogin Interfaz

Microsoft.Data.Schema.Sql.SchemaModel (Espacio de nombres)