UpdateOrder 속성
Gets or sets the order in which the trigger and the update operation are executed.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo
구문
‘선언
<SfcPropertyAttribute> _
Public Property UpdateOrder As ActivationOrder
Get
Set
‘사용 방법
Dim instance As Trigger
Dim value As ActivationOrder
value = instance.UpdateOrder
instance.UpdateOrder = value
[SfcPropertyAttribute]
public ActivationOrder UpdateOrder { get; set; }
[SfcPropertyAttribute]
public:
property ActivationOrder UpdateOrder {
ActivationOrder get ();
void set (ActivationOrder value);
}
[<SfcPropertyAttribute>]
member UpdateOrder : ActivationOrder with get, set
function get UpdateOrder () : ActivationOrder
function set UpdateOrder (value : ActivationOrder)
속성 값
형식: Microsoft.SqlServer.Management.Smo.Agent. . :: . .ActivationOrder
An ActivationOrder object value that specifies whether the trigger is executed before or after the records are updated.