Relationship.ID Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the identifier of the specified relationship.

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

Syntax

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

Property Value

Type: System.String

The identifier of the specified relationship.

See Also

Relationship Class
Microsoft.AnalysisServices Namespace

Return to top