Dimension.DependsOnDimensionID Property

Definition

Gets or sets the dimension internal identifier of a dimension that the current dimension depends on. See DependsOnDimension.

[System.ComponentModel.TypeConverter("Microsoft.AnalysisServices.Design.DependsOnDimensionTypeConverter, Microsoft.AnalysisServices.Design.AS")]
public string DependsOnDimensionID { get; set; }
[<System.ComponentModel.TypeConverter("Microsoft.AnalysisServices.Design.DependsOnDimensionTypeConverter, Microsoft.AnalysisServices.Design.AS")>]
member this.DependsOnDimensionID : string with get, set
Public Property DependsOnDimensionID As String

Property Value

The internal identifier of the dimension in which the current dimension depends on.

Attributes

Applies to