IsPromotionofDistributedTransactionsForRPCEnabled プロパティ
RPC (リモート プロシージャ コール) の分散トランザクションの昇格が有効かどうかを示す Boolean プロパティ値を取得します。値の設定も可能です。
名前空間: 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
RPC (リモート プロシージャ コール) の分散トランザクションの昇格が有効かどうかを示す Boolean プロパティ値です。
True の場合は、分散トランザクションの昇格がサポートされています。それ以外の場合は、False (既定) です。