Compartir a través de


SqlTriggerResource.TriggerOperation Propiedad

Definición

Obtiene o establece la operación a la que está asociado el desencadenador. Entre los valores posibles se incluyen: "All", "Create", "Update", "Delete", "Replace"

[Newtonsoft.Json.JsonProperty(PropertyName="triggerOperation")]
public string TriggerOperation { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="triggerOperation")>]
member this.TriggerOperation : string with get, set
Public Property TriggerOperation As String

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a