TSqlModelSchema.AllTypes 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 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)