Propriedade ISqlTrigger.SqlTriggerType

Obtém ou define um valor que especifica o tempo de execução do disparador.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (em Microsoft.Data.Schema.Sql.dll)

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: Microsoft.Data.Schema.Sql.SchemaModel.SqlTriggerType

Segurança do .NET Framework

Consulte também

Referência

ISqlTrigger Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel