ReferenceMeasureGroupDimension.RelationshipID Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the relationship ID in the pair.

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

Syntax

[XmlElementAttribute(IsNullable = false, Namespace = "https://schemas.microsoft.com/analysisservices/2011/engine/300")]
public string RelationshipID { get; set; }
public:
[XmlElementAttribute(IsNullable = false, Namespace = "https://schemas.microsoft.com/analysisservices/2011/engine/300")]
property String^ RelationshipID {
    String^ get();
    void set(String^ value);
}
[<XmlElementAttribute(IsNullable = false, Namespace = "https://schemas.microsoft.com/analysisservices/2011/engine/300")>]
member RelationshipID : string with get, set
<XmlElementAttribute(IsNullable := False, Namespace := "https://schemas.microsoft.com/analysisservices/2011/engine/300")>
Public Property RelationshipID As String

Property Value

Type: System.String

The relationship ID in the pair.

See Also

ReferenceMeasureGroupDimension Class
Microsoft.AnalysisServices Namespace

Return to top