Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.