Proprietà ISql100LinkedServer.IsRemoteProcTransactionPromotionEnabled

Ottiene o imposta un valore che indica se l'opzione di promozione della transazione della procedura remota è abilitata.

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

Sintassi

'Dichiarazione
Property IsRemoteProcTransactionPromotionEnabled As Boolean
    Get
    Set
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)

Valore proprietà

Tipo: System.Boolean

Note

Consentire a questa opzione di proteggere le azioni di una routine tra server tramite una transazione di Microsoft Distributed Transaction Coordinator (MS DTC).

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISql100LinkedServer Interfaccia

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