共用方式為


IsPromotionofDistributedTransactionsForRPCEnabled 屬性

Gets or sets a Boolean property value that specifies whether the promotion of distributed transaction for RPC (remote procedure calls) is enabled.

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
<SfcPropertyAttribute> _
Public Property IsPromotionofDistributedTransactionsForRPCEnabled As Boolean
    Get
    Set
'用途
Dim instance As LinkedServer
Dim value As Boolean

value = instance.IsPromotionofDistributedTransactionsForRPCEnabled

instance.IsPromotionofDistributedTransactionsForRPCEnabled = value
[SfcPropertyAttribute]
public bool IsPromotionofDistributedTransactionsForRPCEnabled { get; set; }
[SfcPropertyAttribute]
public:
property bool IsPromotionofDistributedTransactionsForRPCEnabled {
    bool get ();
    void set (bool value);
}
[<SfcPropertyAttribute>]
member IsPromotionofDistributedTransactionsForRPCEnabled : bool with get, set
function get IsPromotionofDistributedTransactionsForRPCEnabled () : boolean
function set IsPromotionofDistributedTransactionsForRPCEnabled (value : boolean)

屬性值

型別:System. . :: . .Boolean
A Boolean property value that specifies whether the promotion of distributed transaction for RPC (remote procedure calls) is enabled.
If True, promotion of distributed transactions is supported. Otherwise, False (default).