Condividi tramite


Proprietà TriggerStatementBody.TriggerType

Ottiene o imposta il tipo di trigger.

Spazio dei nomi:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintassi

'Dichiarazione
Public Property TriggerType As TriggerType
    Get
    Set
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)

Valore proprietà

Tipo: Microsoft.Data.Schema.ScriptDom.Sql.TriggerType
Restituisce un valore di enumerazione TriggerType.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

TriggerStatementBody Classe

Spazio dei nomi Microsoft.Data.Schema.ScriptDom.Sql