OperationBehaviorAttribute 构造函数
定义
初始化 OperationBehaviorAttribute 类的新实例。Initializes a new instance of the OperationBehaviorAttribute class.
public:
OperationBehaviorAttribute();
public OperationBehaviorAttribute ();
Public Sub New ()
注解
无参数构造函数使用以下默认值创建类的实例:The parameterless constructor creates an instance of the class with the following defaults:
TransactionAutoComplete 属性为
true。The TransactionAutoComplete property istrue.TransactionScopeRequired 属性为
false。The TransactionScopeRequired property isfalse.ReleaseInstanceMode 属性为 None。The ReleaseInstanceMode property is None.
Impersonation 为 NotAllowed。The Impersonation is NotAllowed.