DimensionBinding.DimensionID Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the Dimension identifier for the current DimensionBinding.

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

Syntax

[ReadOnlyAttribute(true)]
[XmlElementAttribute(IsNullable = false)]
public string DimensionID { get; set; }
public:
[ReadOnlyAttribute(true)]
[XmlElementAttribute(IsNullable = false)]
property String^ DimensionID {
    String^ get();
    void set(String^ value);
}
[<ReadOnlyAttribute(true)>]
[<XmlElementAttribute(IsNullable = false)>]
member DimensionID : string with get, set
<ReadOnlyAttribute(True)>
<XmlElementAttribute(IsNullable := False)>
Public Property DimensionID As String

Property Value

Type: System.String

A String that contains the identifier of the Dimension.

See Also

DimensionBinding Class
Microsoft.AnalysisServices Namespace

Return to top