Compartir a través de


TriggerStatementBody.TriggerType Propiedad

Gets or sets the type of the trigger.

Espacio de nombres:  Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado:  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxis

'Declaración
Public Property TriggerType As TriggerType 
    Get 
    Set
'Uso
Dim instance As TriggerStatementBody 
Dim value As TriggerType 

value = instance.TriggerType

instance.TriggerType = value
public TriggerType TriggerType { get; set; }
public:
property TriggerType TriggerType {
    TriggerType get ();
    void set (TriggerType value);
}
member TriggerType : TriggerType with get, set
function get TriggerType () : TriggerType 
function set TriggerType (value : TriggerType)

Valor de la propiedad

Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.TriggerType
The type of the trigger.

Vea también

Referencia

TriggerStatementBody Clase

Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom