다음을 통해 공유


InsertOrder 속성

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

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo

구문

‘선언
<SfcPropertyAttribute> _
Public Property InsertOrder As ActivationOrder
    Get
    Set
‘사용 방법
Dim instance As Trigger
Dim value As ActivationOrder

value = instance.InsertOrder

instance.InsertOrder = value
[SfcPropertyAttribute]
public ActivationOrder InsertOrder { get; set; }
[SfcPropertyAttribute]
public:
property ActivationOrder InsertOrder {
    ActivationOrder get ();
    void set (ActivationOrder value);
}
[<SfcPropertyAttribute>]
member InsertOrder : ActivationOrder with get, set
function get InsertOrder () : ActivationOrder
function set InsertOrder (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 inserted.