SingleColumnRelationship Class

 

Updated: May 24, 2016

SingleColumnRelationship object.

Namespace:   Microsoft.AnalysisServices.Tabular
Assembly:  Microsoft.AnalysisServices.Tabular (in Microsoft.AnalysisServices.Tabular.dll)


public ref class SingleColumnRelationship : Relationship

NameDescription
System_CAPS_pubmethodSingleColumnRelationship()

Constructor.

NameDescription
System_CAPS_pubpropertyAnnotations

Gets the collection object of all annotations in the current Relationship. (Inherited from Relationship.)

System_CAPS_pubpropertyCrossFilteringBehavior

Gets or sets the cross filtering behavior in the relationship.(Inherited from Relationship.)

System_CAPS_pubpropertyFromCardinality

Gets or sets the relationship from cardinality.

System_CAPS_pubpropertyFromColumn

Gets or sets the starting column in a single column relationship.

System_CAPS_pubpropertyFromTable

Gets or sets the starting table in a directional table relationship. (Inherited from Relationship.)

System_CAPS_pubpropertyIsActive

Gets or sets a value that indicates whether the column is active. (Inherited from Relationship.)

System_CAPS_pubpropertyIsRemoved

Gets or sets a value that indicates whether this object was removed from an object tree.(Inherited from MetadataObject.)

System_CAPS_pubpropertyJoinOnDateBehavior

Gets or sets the join on date behavior for this property. (Inherited from Relationship.)

System_CAPS_pubpropertyModel

Gets the Tabular model of the object. (Inherited from MetadataObject.)

System_CAPS_pubpropertyModifiedTime

Gets or sets the date and time of the object at which was last modified.(Inherited from Relationship.)

System_CAPS_pubpropertyName

Gets or sets the name of the column. (Inherited from Relationship.)

System_CAPS_pubpropertyObjectType

Gets the type of the object. (Inherited from Relationship.)

System_CAPS_pubpropertyParent

Gets or sets the Parent object, null for Model objects. (Inherited from Relationship.)

System_CAPS_pubpropertyRefreshedTime

Gets or sets the updated date and time for the object. (Inherited from Relationship.)

System_CAPS_pubpropertyRelyOnReferentialIntegrity

Gets or sets a value that indicates whether if the object relies on referential integrity.(Inherited from Relationship.)

System_CAPS_pubpropertySecurityFilteringBehavior

Gets or sets the security filtering behavior. (Inherited from Relationship.)

System_CAPS_pubpropertyState

Gets or sets the relationship state. (Inherited from Relationship.)

System_CAPS_pubpropertyToCardinality

Gets or sets the end of the cardinality relationship.

System_CAPS_pubpropertyToColumn

Gets or sets the destination column in a single column relationship.

System_CAPS_pubpropertyToTable

Gets the destination table in a directional table relationship. (Inherited from Relationship.)

System_CAPS_pubpropertyType

Gets the type of the Relationship object. (Inherited from Relationship.)

NameDescription
System_CAPS_pubmethodClone()

Creates a new, full copy of a Relationship object. (Inherited from Relationship.)

System_CAPS_pubmethodCopyFrom(Relationship^)

Obsolete. Deprecated. Use CopyTo method instead. (Inherited from Relationship.)

System_CAPS_pubmethodCopyTo(Relationship^)

Copies a Relationship object to the specified object. (Inherited from Relationship.)

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodRename(String^)

Obsolete. Deprecated. Use RequestRename method instead. (Inherited from Relationship.)

System_CAPS_pubmethodRequestRename(String^)

Request rename of this object. (Inherited from Relationship.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

System_CAPS_pubmethodValidate()

Returns a Validate object. (Inherited from MetadataObject.)

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
Show: