다음을 통해 공유


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

매개 변수

반환 값

유형: Microsoft.AnalysisServices.AggregationAttribute
The newly created AggregationAttribute.

참고 항목

참조

AggregationAttributeCollection 클래스

Add 오버로드

Microsoft.AnalysisServices 네임스페이스