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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.