Właściwość LinkedServer.IsPromotionofDistributedTransactionsForRPCEnabled
Pobiera lub ustawia Boolean wartości właściwość, która określa, czy włączone jest promocja transakcja rozproszona dla RPC (zdalnego wywołania procedury).
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property IsPromotionofDistributedTransactionsForRPCEnabled As Boolean
Get
Set
'Użycie
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)
Wartość właściwości
Typ: System.Boolean
A Boolean wartości właściwość, która określa, czy włączone jest promocja transakcja rozproszona dla RPC (zdalnego wywołania procedury).
Jeśli True, promocji transakcji rozproszonych jest obsługiwany.W przeciwnym razie wartość False (wartość domyślna).
Zobacz także