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.