Proprietà ISqlLinkedServerLogin.RemoteUserPassword

Password dell'utente remoto.

Spazio dei nomi:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Sintassi

'Dichiarazione
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)

Valore proprietà

Tipo: System.String

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISqlLinkedServerLogin Interfaccia

Spazio dei nomi Microsoft.Data.Schema.Sql.SchemaModel