ModelMetadataClass Class

 

Updated: April 20, 2017

The metadata class for metadata properties.

Namespace:   Microsoft.SqlServer.Dac.Model
Assembly:  Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)

System::Object
  Microsoft.SqlServer.Dac.Model::ModelMetadataClass

public ref class ModelMetadataClass sealed 

NameDescription
System_CAPS_pubpropertyDataType

Data type of the metadata property.

System_CAPS_pubpropertyName

Metadata property name.

System_CAPS_pubpropertyOwningType

Owning ModelTypeClass for the ModelMetadataClass.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodGetValue<T>(TSqlObject^)

Returns the metadata property value.

System_CAPS_pubmethodToString()

(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.

Return to top

Community Additions

ADD
Show: