LinkedServer.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(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
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).
예
참고 항목
참조
Microsoft.SqlServer.Management.Smo 네임스페이스