Relationship.ToRelationshipEnd Property

 

Applies To: SQL Server 2016 Preview

Gets the cited XMLA validation failure for the relationship.

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

Syntax

public RelationshipEnd ToRelationshipEnd { get; }
public:
property RelationshipEnd^ ToRelationshipEnd {
    RelationshipEnd^ get();
}
member ToRelationshipEnd : RelationshipEnd with get
Public ReadOnly Property ToRelationshipEnd As RelationshipEnd

Property Value

Type: Microsoft.AnalysisServices.RelationshipEnd

The cited XMLA validation failure.

See Also

Relationship Class
Microsoft.AnalysisServices Namespace

Return to top