ISqlObjectOwner.OwnedObjects 属性

获取此对象拥有的对象的列表。

命名空间:  Microsoft.Data.Schema.Sql.SchemaModel
程序集:  Microsoft.Data.Schema.Sql(在 Microsoft.Data.Schema.Sql.dll 中)

语法

声明
ReadOnly Property OwnedObjects As IList(Of ISqlOwnedObject)
    Get
IList<ISqlOwnedObject> OwnedObjects { get; }
property IList<ISqlOwnedObject^>^ OwnedObjects {
    IList<ISqlOwnedObject^>^ get ();
}
abstract OwnedObjects : IList<ISqlOwnedObject>
function get OwnedObjects () : IList<ISqlOwnedObject>

属性值

类型:System.Collections.Generic.IList<ISqlOwnedObject>

.NET Framework 安全性

请参见

参考

ISqlObjectOwner 接口

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