AggregationDesignDimension.CubeDimensionID-Eigenschaft
Gets or sets the CubeDimension identifier for the AggregationDesignDimension.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property CubeDimensionID As String
Get
Set
'Usage
Dim instance As AggregationDesignDimension
Dim value As String
value = instance.CubeDimensionID
instance.CubeDimensionID = value
public string CubeDimensionID { get; set; }
public:
property String^ CubeDimensionID {
String^ get ();
void set (String^ value);
}
member CubeDimensionID : string with get, set
function get CubeDimensionID () : String
function set CubeDimensionID (value : String)
Eigenschaftswert
Typ: System.String
The CubeDimension identifier.