共用方式為


ISqlTrigger.SqlTriggerType 屬性

取得或設定值,這個值指定觸發程序的執行時機。

命名空間:  Microsoft.Data.Schema.Sql.SchemaModel
組件:  Microsoft.Data.Schema.Sql (在 Microsoft.Data.Schema.Sql.dll 中)

語法

'宣告
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)

屬性值

型別:Microsoft.Data.Schema.Sql.SchemaModel.SqlTriggerType

.NET Framework 安全性

請參閱

參考

ISqlTrigger 介面

Microsoft.Data.Schema.Sql.SchemaModel 命名空間