共用方式為


AggregationDesignAttributeCollection.Add 方法 (String)

Creates and adds an AggregationDesignAttribute, with the specified identifier, to the end of the collection.

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

'宣告
Public Function Add ( _
    attributeId As String _
) As AggregationDesignAttribute
'用途
Dim instance As AggregationDesignAttributeCollection 
Dim attributeId As String 
Dim returnValue As AggregationDesignAttribute 

returnValue = instance.Add(attributeId)
public AggregationDesignAttribute Add(
    string attributeId
)
public:
AggregationDesignAttribute^ Add(
    String^ attributeId
)
member Add : 
        attributeId:string -> AggregationDesignAttribute
public function Add(
    attributeId : String
) : AggregationDesignAttribute

參數

傳回值

型別:Microsoft.AnalysisServices.AggregationDesignAttribute
The zero-based index at which the AggregationDesignAttribute has been added.

請參閱

參考

AggregationDesignAttributeCollection 類別

Add 多載

Microsoft.AnalysisServices 命名空間