获取或设置应用该触发器的对象。
命名空间: 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 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。