共用方式為


ISqlDmlTrigger.Parent 屬性

取得或設定套用觸發程序的物件。

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

語法

'宣告
Property Parent As ISqlColumnSource
    Get
    Set
ISqlColumnSource Parent { get; set; }
property ISqlColumnSource^ Parent {
    ISqlColumnSource^ get ();
    void set (ISqlColumnSource^ value);
}
abstract Parent : ISqlColumnSource with get, set
function get Parent () : ISqlColumnSource
function set Parent (value : ISqlColumnSource)

屬性值

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

.NET Framework 安全性

請參閱

參考

ISqlDmlTrigger 介面

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