Partager via


ISql100LinkedServer.IsRemoteProcTransactionPromotionEnabled, propriété

Obtient ou définit une valeur qui indique si l'option « remote proc transaction promotion » est activée.

Espace de noms :  Microsoft.Data.Schema.Sql.SchemaModel
Assembly :  Microsoft.Data.Schema.Sql (dans Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : System.Boolean

Notes

Activez cette option pour protéger les actions d'une procédure serveur à serveur via une transaction Microsoft Distributed Transaction Coordinator (MS DTC).

Sécurité .NET Framework

Voir aussi

Référence

ISql100LinkedServer Interface

Microsoft.Data.Schema.Sql.SchemaModel, espace de noms