Dimension.DependsOnDimensionID Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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