DataMiningMeasureGroupDimension.CaseCubeDimensionID Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the identifier of the cube dimension that relates the data mining dimension to the measure group.

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

Syntax

[XmlElementAttribute(IsNullable = false)]
[BrowsableAttribute(false)]
public string CaseCubeDimensionID { get; set; }
public:
[XmlElementAttribute(IsNullable = false)]
[BrowsableAttribute(false)]
property String^ CaseCubeDimensionID {
    String^ get();
    void set(String^ value);
}
[<XmlElementAttribute(IsNullable = false)>]
[<BrowsableAttribute(false)>]
member CaseCubeDimensionID : string with get, set
<XmlElementAttribute(IsNullable := False)>
<BrowsableAttribute(False)>
Public Property CaseCubeDimensionID As String

Property Value

Type: System.String

The identifier of the cube dimension that relates the data mining dimension to the measure group.

See Also

DataMiningMeasureGroupDimension Class
Microsoft.AnalysisServices Namespace

Return to top