Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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
'Declaration
<BrowsableAttribute(False)> _
Public Property CaseCubeDimensionID As String
Get
Set
'Usage
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)
Property Value
Type: System.String
The identifier of the cube dimension that relates the data mining dimension to the measure group.