共用方式為


AlterTableTriggerModificationStatement.TriggerNames 屬性

取得或設定要修改之觸發程序名稱的清單。

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

語法

'宣告
Public ReadOnly Property TriggerNames As IList(Of Identifier)
    Get
public IList<Identifier> TriggerNames { get; }
public:
property IList<Identifier^>^ TriggerNames {
    IList<Identifier^>^ get ();
}
member TriggerNames : IList<Identifier>
function get TriggerNames () : IList<Identifier>

屬性值

型別:System.Collections.Generic.IList<Identifier>

.NET Framework 安全性

請參閱

參考

AlterTableTriggerModificationStatement 類別

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