ISqlFilegroup.StoredObjects 属性

获取此文件组中存储的对象的列表。

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

语法

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

属性值

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

.NET Framework 安全性

请参见

参考

ISqlFilegroup 接口

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