Share via


TSqlModelSchema.TopLevelTypes Property

Definition

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, ModelTypeClass[]) API calls.

public System.Collections.Generic.IEnumerable<Microsoft.SqlServer.Dac.Model.ModelTypeClass> TopLevelTypes { get; }
member this.TopLevelTypes : seq<Microsoft.SqlServer.Dac.Model.ModelTypeClass>
Public ReadOnly Property TopLevelTypes As IEnumerable(Of ModelTypeClass)

Property Value

Applies to