Поделиться через


Свойство UpdateOrder

Gets or sets the order in which the trigger and the update operation are executed.

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
<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.