TSqlModelSchema.TopLevelTypes Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)