AggregationAttributeCollection.Add 方法 (String)
Creates, adds to collection and returns a new AggregationAttribute.
命名空间: Microsoft.AnalysisServices
程序集: Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)
语法
声明
Public Function Add ( _
attributeId As String _
) As AggregationAttribute
用法
Dim instance As AggregationAttributeCollection
Dim attributeId As String
Dim returnValue As AggregationAttribute
returnValue = instance.Add(attributeId)
public AggregationAttribute Add(
string attributeId
)
public:
AggregationAttribute^ Add(
String^ attributeId
)
member Add :
attributeId:string -> AggregationAttribute
public function Add(
attributeId : String
) : AggregationAttribute
参数
- attributeId
类型:System.String
The attribute identifier for the new AggregationAttribute to be added.
返回值
类型:Microsoft.AnalysisServices.AggregationAttribute
The newly created AggregationAttribute.