ISql100LinkedServer.IsRemoteProcTransactionPromotionEnabled 属性

获取或设置一个值,该值指示是否启用“远程过程事务提升”选项。

命名空间:  Microsoft.Data.Schema.Sql.SchemaModel
程序集:  Microsoft.Data.Schema.Sql(在 Microsoft.Data.Schema.Sql.dll 中)

语法

声明
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)

属性值

类型:System.Boolean

备注

启用此选项,以通过 Microsoft 分布式事务处理协调器 (MS DTC) 事务保护服务器到服务器过程的操作。

.NET Framework 安全性

请参见

参考

ISql100LinkedServer 接口

Microsoft.Data.Schema.Sql.SchemaModel 命名空间