Свойство TSqlModelSchema.TopLevelTypes

All top level types supported in the model. These are the only types that can be queried for via the GetObject(ModelTypeClass, ObjectIdentifier, DacQueryScopes) and GetObjects(DacQueryScopes, array<ModelTypeClass[]) API calls.

Пространство имен:  Microsoft.SqlServer.Dac.Model
Сборка:  Microsoft.SqlServer.Dac.Extensions (в Microsoft.SqlServer.Dac.Extensions.dll)

Синтаксис

'Декларация
Public ReadOnly Property TopLevelTypes As IEnumerable(Of ModelTypeClass)
    Get
'Применение
Dim instance As TSqlModelSchema 
Dim value As IEnumerable(Of ModelTypeClass)

value = instance.TopLevelTypes
public IEnumerable<ModelTypeClass> TopLevelTypes { get; }
public:
property IEnumerable<ModelTypeClass^>^ TopLevelTypes {
    IEnumerable<ModelTypeClass^>^ get ();
}
member TopLevelTypes : IEnumerable<ModelTypeClass>
function get TopLevelTypes () : IEnumerable<ModelTypeClass>

Значение свойства

Тип: System.Collections.Generic.IEnumerable<ModelTypeClass>

См. также

Справочник

TSqlModelSchema Класс

Пространство имен Microsoft.SqlServer.Dac.Model