Proprietà ISqlLinkedServer.IsRpcOutEnabled

Ottiene o imposta un valore che modella l'opzione "rpc out" per sp_serveroption.

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

Sintassi

'Dichiarazione
Property IsRpcOutEnabled As Boolean
    Get
    Set
bool IsRpcOutEnabled { get; set; }
property bool IsRpcOutEnabled {
    bool get ();
    void set (bool value);
}
abstract IsRpcOutEnabled : bool with get, set
function get IsRpcOutEnabled () : boolean
function set IsRpcOutEnabled (value : boolean)

Valore proprietà

Tipo: System.Boolean

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISqlLinkedServer Interfaccia

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