Proprietà ISqlTrigger.SqlTriggerType
Ottiene o imposta un valore che specifica la temporizzazione dell'esecuzione del trigger.
Spazio dei nomi: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Sintassi
'Dichiarazione
Property SqlTriggerType As SqlTriggerType
Get
Set
SqlTriggerType SqlTriggerType { get; set; }
property SqlTriggerType SqlTriggerType {
SqlTriggerType get ();
void set (SqlTriggerType value);
}
abstract SqlTriggerType : SqlTriggerType with get, set
function get SqlTriggerType () : SqlTriggerType
function set SqlTriggerType (value : SqlTriggerType)
Valore proprietà
Tipo: Microsoft.Data.Schema.Sql.SchemaModel.SqlTriggerType
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.