ModelMetadataClass Class
SQL Server 2014
Updated: April 20, 2017
The metadata class for metadata properties.
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
| Name | Description | |
|---|---|---|
![]() | DataType | Data type of the metadata property. |
![]() | Name | Metadata property name. |
![]() | OwningType | Owning ModelTypeClass for the ModelMetadataClass. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | GetValue<T>(TSqlObject^) | Returns the metadata property value. |
![]() | ToString() | (Inherited from Object.) |
TSqlModelSchema metadata classes provide access to the structure and instance data within a TSqlSchemaModel instance.
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:

