ModelPropertyClass Properties

 

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

Properties

Name Description
System_CAPS_pubproperty DataType

Gets or sets the data type of the property.

System_CAPS_pubproperty Name

Gets or sets the property name.

System_CAPS_pubproperty OwningRelationship

Gets or sets the owning ModelRelationshipClass for the property, where this property is attached to a relationship. Null if this property is on a ModelTypeClass.

System_CAPS_pubproperty OwningType

Gets or sets the owning ModelTypeClass for the property, where this property is attached to a Type. Null if this property is on a ModelRelationshipClass.

System_CAPS_pubproperty SupportedPlatforms

Gets or sets the TSqlPlatforms versions on which this relationship is supported.

See Also

ModelPropertyClass Class
Microsoft.SqlServer.Dac.Model Namespace

Return to top