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 models referred to by this model.
Namespace: Microsoft.Data.Edm.Library
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Public ReadOnly Property ReferencedModels As IEnumerable(Of IEdmModel)
Get
'Usage
Dim instance As EdmModelBase
Dim value As IEnumerable(Of IEdmModel)
value = instance.ReferencedModels
public IEnumerable<IEdmModel> ReferencedModels { get; }
public:
virtual property IEnumerable<IEdmModel^>^ ReferencedModels {
IEnumerable<IEdmModel^>^ get () sealed;
}
abstract ReferencedModels : IEnumerable<IEdmModel>
override ReferencedModels : IEnumerable<IEdmModel>
final function get ReferencedModels () : IEnumerable<IEdmModel>
Property Value
Type: System.Collections.Generic.IEnumerable<IEdmModel>