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.