다음을 통해 공유


PerspectiveMeasureGroupCollection.Add 메서드 (String)

Creates and adds a PerspectiveMeasureGroup, with the specified identifier, to the end of the collection.

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)

구문

‘선언
Public Function Add ( _
    measureGroupId As String _
) As PerspectiveMeasureGroup
‘사용 방법
Dim instance As PerspectiveMeasureGroupCollection 
Dim measureGroupId As String 
Dim returnValue As PerspectiveMeasureGroup 

returnValue = instance.Add(measureGroupId)
public PerspectiveMeasureGroup Add(
    string measureGroupId
)
public:
PerspectiveMeasureGroup^ Add(
    String^ measureGroupId
)
member Add : 
        measureGroupId:string -> PerspectiveMeasureGroup
public function Add(
    measureGroupId : String
) : PerspectiveMeasureGroup

매개 변수

반환 값

유형: Microsoft.AnalysisServices.PerspectiveMeasureGroup
The PerspectiveMeasureGroup that has been added.

참고 항목

참조

PerspectiveMeasureGroupCollection 클래스

Add 오버로드

Microsoft.AnalysisServices 네임스페이스