AggregationAttributeCollection.Add メソッド (String)
新しい 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
追加する新しい AggregationAttribute の属性識別子です。
戻り値
型: Microsoft.AnalysisServices.AggregationAttribute
新しく作成された AggregationAttribute です。