Share via


ISqlServerOptions.IsRemoteProcTransactionEnabled Property

Gets or sets a value that models the "remote proc trans" sp_configure option.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Property IsRemoteProcTransactionEnabled As Nullable(Of Boolean)
Nullable<bool> IsRemoteProcTransactionEnabled { get; set; }
property Nullable<bool> IsRemoteProcTransactionEnabled {
    Nullable<bool> get ();
    void set (Nullable<bool> value);
}
abstract IsRemoteProcTransactionEnabled : Nullable<bool> with get, set
function get IsRemoteProcTransactionEnabled () : Nullable<boolean>
function set IsRemoteProcTransactionEnabled (value : Nullable<boolean>)

Property Value

Type: System.Nullable<Boolean>

.NET Framework Security

See Also

Reference

ISqlServerOptions Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace