TSqlModelSchema Class
SQL Server 2014
Updated: April 20, 2017
Defines a schema for a relational TSQL database model.
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
| Name | Description | |
|---|---|---|
![]() | AllTypes | All types supported in the model. This will include types that are cannot be queried for using the GetObject and GetObjects API calls. |
![]() | TopLevelTypes | All top level types supported in the model. These are the only types that can be queried for via the GetObject and GetObjects API calls. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Community Additions
ADD
Show:

