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
参数
- attributeId
类型:System. . :: . .String 
返回值
类型:Microsoft.AnalysisServices. . :: . .AggregationDesignAttribute
The zero-based index at which the AggregationDesignAttribute has been added.