Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The metadata class for metadata properties.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Dac.Model.ModelMetadataClass
Namespace: Microsoft.SqlServer.Dac.Model
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Syntax
'Declaration
Public NotInheritable Class ModelMetadataClass
'Usage
Dim instance As ModelMetadataClass
public sealed class ModelMetadataClass
public ref class ModelMetadataClass sealed
[<SealedAttribute>]
type ModelMetadataClass = class end
public final class ModelMetadataClass
The ModelMetadataClass type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
![]() |
DataType | Data type of the metadata property. |
![]() |
Name | Metadata property name. |
![]() |
OwningType | Owning ModelTypeClass for the ModelMetadataClass. |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
GetValue<T> | Returns the metadata property value. |
![]() |
ToString | (Inherited from Object.) |
Top
Remarks
TSqlModelSchema metadata classes provide access to the structure and instance data within a TSqlSchemaModel instance.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
.gif)
.gif)