Dimension.DependsOnDimensionID Property

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

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

Syntax

C#
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.DependsOnDimensionTypeConverter, Microsoft.AnalysisServices.Design")]
public string DependsOnDimensionID { get; set; }

Property Value

Type: System.String
The internal identifier of the dimension in which the current dimension depends on.

See Also

Reference

Dimension Class

Microsoft.AnalysisServices Namespace