Compartilhar via


Propriedade ISqlFilegroup.StoredObjects

Obtém a lista de objetos que são armazenados nesse grupo de arquivos.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (em Microsoft.Data.Schema.Sql.dll)

Sintaxe

'Declaração
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>

Valor de propriedade

Tipo: System.Collections.Generic.IList<ISqlSpecifiesStorage>

Segurança do .NET Framework

Consulte também

Referência

ISqlFilegroup Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel