DataMiningMeasureGroupDimension.CaseCubeDimensionID 屬性
Gets or sets the identifier of the cube dimension that relates the data mining dimension to the measure group.
命名空間: Microsoft.AnalysisServices
組件: Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)
語法
'宣告
<BrowsableAttribute(False)> _
Public Property CaseCubeDimensionID As String
Get
Set
'用途
Dim instance As DataMiningMeasureGroupDimension
Dim value As String
value = instance.CaseCubeDimensionID
instance.CaseCubeDimensionID = value
[BrowsableAttribute(false)]
public string CaseCubeDimensionID { get; set; }
[BrowsableAttribute(false)]
public:
property String^ CaseCubeDimensionID {
String^ get ();
void set (String^ value);
}
[<BrowsableAttribute(false)>]
member CaseCubeDimensionID : string with get, set
function get CaseCubeDimensionID () : String
function set CaseCubeDimensionID (value : String)
屬性值
型別:System.String
The identifier of the cube dimension that relates the data mining dimension to the measure group.