Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets the collection of schema elements that are contained in this core model.
Namespace: Microsoft.Data.Edm.Library
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Public ReadOnly Property SchemaElements As IEnumerable(Of IEdmSchemaElement)
Get
'Usage
Dim instance As EdmCoreModel
Dim value As IEnumerable(Of IEdmSchemaElement)
value = instance.SchemaElements
public IEnumerable<IEdmSchemaElement> SchemaElements { get; }
public:
virtual property IEnumerable<IEdmSchemaElement^>^ SchemaElements {
IEnumerable<IEdmSchemaElement^>^ get () sealed;
}
abstract SchemaElements : IEnumerable<IEdmSchemaElement>
override SchemaElements : IEnumerable<IEdmSchemaElement>
final function get SchemaElements () : IEnumerable<IEdmSchemaElement>
Property Value
Type: System.Collections.Generic.IEnumerable<IEdmSchemaElement>
The collection of schema elements.