ISql90PartitionScheme.StoredObjects 属性

获取使用此分区方案存储的对象的列表。

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

语法

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

属性值

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

.NET Framework 安全性

请参见

参考

ISql90PartitionScheme 接口

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