Dimension.DependsOnDimensionID Property

Definition

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

[Microsoft.AnalysisServices.LocalizedCategory("PropertyCategory_Advanced")]
[Microsoft.AnalysisServices.LocalizedDescription("PropertyDescription_Dimension_DependsOnDimensionID")]
[System.ComponentModel.TypeConverter("Microsoft.AnalysisServices.Design.DependsOnDimensionTypeConverter, Microsoft.AnalysisServices.Design.AS")]
public string DependsOnDimensionID { get; set; }
[<Microsoft.AnalysisServices.LocalizedCategory("PropertyCategory_Advanced")>]
[<Microsoft.AnalysisServices.LocalizedDescription("PropertyDescription_Dimension_DependsOnDimensionID")>]
[<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

String

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

Attributes
Microsoft.AnalysisServices.LocalizedCategoryAttribute Microsoft.AnalysisServices.LocalizedDescriptionAttribute TypeConverterAttribute

Applies to