ModelRelationshipClass Class

 

Updated: April 20, 2017

The metadata class for relationships.

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

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

public ref class ModelRelationshipClass sealed 

NameDescription
System_CAPS_pubpropertyFromObjectClass

The ModelTypeClass of the referencing object for the relationship. This represents the class of objects the relationship comes from

System_CAPS_pubpropertyName

Relationship name.

System_CAPS_pubpropertyProperties

Properties for the relationship.

System_CAPS_pubpropertySupportedPlatforms

The TSqlPlatforms versions on which this relationship is supported.

System_CAPS_pubpropertyType

Type of the relationship.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

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: