Aracılığıyla paylaş


ISqlFilegroup.StoredObjects Özellik

Bu filegroup üzerinde depolanan nesnelerin listesini alır.

Ad alanı:  Microsoft.Data.Schema.Sql.SchemaModel
Derleme:  Microsoft.Data.Schema.Sql (Microsoft.Data.Schema.Sql.dll içinde)

Sözdizimi

'Bildirim
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>

Özellik Değeri

Tür: System.Collections.Generic.IList<ISqlSpecifiesStorage>

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

ISqlFilegroup Arabirim

Microsoft.Data.Schema.Sql.SchemaModel Ad Alanı