Compartir a través de


ISqlLinkedServerLogin.RemoteUserPassword (Propiedad)

Contraseña del usuario remoto.

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

Sintaxis

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

Valor de propiedad

Tipo: System.String

Seguridad de .NET Framework

Vea también

Referencia

ISqlLinkedServerLogin Interfaz

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