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 命名空间