Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.