Proprietà ISqlLinkedServer.IsRpcEnabled

Ottiene o imposta un valore che modella l'opzione "rpc" 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 IsRpcEnabled As Boolean
    Get
    Set
bool IsRpcEnabled { get; set; }
property bool IsRpcEnabled {
    bool get ();
    void set (bool value);
}
abstract IsRpcEnabled : bool with get, set
function get IsRpcEnabled () : boolean
function set IsRpcEnabled (value : boolean)

Valore proprietà

Tipo: System.Boolean

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISqlLinkedServer Interfaccia

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