ServiceBehaviorAttribute.ShouldSerializeTransactionIsolationLevel 方法

定义

返回一个值,该值指示 TransactionIsolationLevel 属性是否已更改,不再是默认值且应对其进行序列化。Returns a value that indicates whether the TransactionIsolationLevel property has changed from its default value and should be serialized.

public:
 bool ShouldSerializeTransactionIsolationLevel();
public bool ShouldSerializeTransactionIsolationLevel ();
member this.ShouldSerializeTransactionIsolationLevel : unit -> bool
Public Function ShouldSerializeTransactionIsolationLevel () As Boolean

返回

Boolean

如果应当序列化 TransactionIsolationLevel 属性值,则为 true;否则为 falsetrue if the TransactionIsolationLevel property value should be serialized; otherwise, false.

适用于