Share via


TSqlModelSchema.AllTypes Property

Definition

All types supported in the model. This will include types that are cannot be queried for using the GetObject(ModelTypeClass, ObjectIdentifier, DacQueryScopes) and GetObjects(DacQueryScopes, ModelTypeClass[]) API calls.

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

Property Value

Applies to