TSqlModelSchema Class

Definition

Defines a schema for a relational TSQL database model.

public sealed class TSqlModelSchema
type TSqlModelSchema = class
Public NotInheritable Class TSqlModelSchema
Inheritance
TSqlModelSchema

Properties

AllTypes

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.

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

Applies to