Propriedade InsertOrder
Gets or sets the order in which the trigger and the insert operation are executed.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
<SfcPropertyAttribute> _
Public Property InsertOrder As ActivationOrder
Get
Set
'Uso
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)
Valor da propriedade
Tipo: Microsoft.SqlServer.Management.Smo.Agent. . :: . .ActivationOrder
An ActivationOrder object value that specifies whether the trigger is executed before or after the records are inserted.
Consulte também