Share via


ISql100LinkedServer.IsRemoteProcTransactionPromotionEnabled Property

Gets or sets a value that indicates whether the "remote proc transaction promotion" option is enabled.

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

Syntax

'Declaration
Property IsRemoteProcTransactionPromotionEnabled As Boolean
bool IsRemoteProcTransactionPromotionEnabled { get; set; }
property bool IsRemoteProcTransactionPromotionEnabled {
    bool get ();
    void set (bool value);
}
abstract IsRemoteProcTransactionPromotionEnabled : bool with get, set
function get IsRemoteProcTransactionPromotionEnabled () : boolean
function set IsRemoteProcTransactionPromotionEnabled (value : boolean)

Property Value

Type: System.Boolean

Remarks

Enable this option to protect the actions of a server-to-server procedure through a Microsoft Distributed Transaction Coordinator (MS DTC) transaction.

.NET Framework Security

See Also

Reference

ISql100LinkedServer Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace