次の方法で共有


IsPromotionofDistributedTransactionsForRPCEnabled プロパティ

RPC (リモート プロシージャ コール) の分散トランザクションの昇格が有効かどうかを示す Boolean プロパティ値を取得します。値の設定も可能です。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property IsPromotionofDistributedTransactionsForRPCEnabled As Boolean
    Get
    Set
'使用
Dim instance As LinkedServer
Dim value As Boolean

value = instance.IsPromotionofDistributedTransactionsForRPCEnabled

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

プロパティ値

型: System. . :: . .Boolean
RPC (リモート プロシージャ コール) の分散トランザクションの昇格が有効かどうかを示す Boolean プロパティ値です。
True の場合は、分散トランザクションの昇格がサポートされています。それ以外の場合は、False (既定) です。