Dimension.DependsOnDimensionID Property

 

Applies To: SQL Server 2016 Preview

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

[XmlElementAttribute(IsNullable = false)]
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.DependsOnDimensionTypeConverter, Microsoft.AnalysisServices.Design")]
public string DependsOnDimensionID { get; set; }
public:
[XmlElementAttribute(IsNullable = false)]
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.DependsOnDimensionTypeConverter, Microsoft.AnalysisServices.Design")]
property String^ DependsOnDimensionID {
    String^ get();
    void set(String^ value);
}
[<XmlElementAttribute(IsNullable = false)>]
[<TypeConverterAttribute("Microsoft.AnalysisServices.Design.DependsOnDimensionTypeConverter, Microsoft.AnalysisServices.Design")>]
member DependsOnDimensionID : string with get, set
<XmlElementAttribute(IsNullable := False)>
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.DependsOnDimensionTypeConverter, Microsoft.AnalysisServices.Design")>
Public Property DependsOnDimensionID As String

Property Value

Type: System.String

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

See Also

Dimension Class
Microsoft.AnalysisServices Namespace

Return to top