Compartir a través de


ISqlFilegroup.StoredObjects (Propiedad)

Obtiene la lista de objetos almacenados en este grupo de archivos.

Espacio de nombres:  Microsoft.Data.Schema.Sql.SchemaModel
Ensamblado:  Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)

Sintaxis

'Declaración
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 propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

ISqlFilegroup Interfaz

Microsoft.Data.Schema.Sql.SchemaModel (Espacio de nombres)