Конструктор AggregationAttribute (String)
Initializes a new instance of AggregationAttribute using the attributeID of a DimensionAttribute.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public Sub New ( _
attributeID As String _
)
'Применение
Dim attributeID As String
Dim instance As New AggregationAttribute(attributeID)
public AggregationAttribute(
string attributeID
)
public:
AggregationAttribute(
String^ attributeID
)
new :
attributeID:string -> AggregationAttribute
public function AggregationAttribute(
attributeID : String
)
Параметры
- attributeID
Тип: System. . :: . .String
A String containing the attributeID of DimensionAttribute that is being assigned to the parent Aggregation.