Свойство AggregationInstanceDimension.CubeDimensionID
Gets or sets the cube dimension identifier for an AggregationInstanceDimension.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public Property CubeDimensionID As String
Get
Set
'Применение
Dim instance As AggregationInstanceDimension
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)
Значение свойства
Тип: System.String
The dimension associated with the aggregation.