共用方式為


AggregationDesignDimensionCollection.Add 方法 (String)

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

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

語法

'宣告
Public Function Add ( _
    cubeDimensionId As String _
) As AggregationDesignDimension
'用途
Dim instance As AggregationDesignDimensionCollection 
Dim cubeDimensionId As String 
Dim returnValue As AggregationDesignDimension 

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

參數

傳回值

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

請參閱

參考

AggregationDesignDimensionCollection 類別

Add 多載

Microsoft.AnalysisServices 命名空間