Share via


Add 메서드 (PerspectiveMeasureGroup)

Adds a PerspectiveMeasureGroup to the end of the collection.

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

구문

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

returnValue = instance.Add(item)
public int Add(
    PerspectiveMeasureGroup item
)
public:
int Add(
    PerspectiveMeasureGroup^ item
)
member Add : 
        item:PerspectiveMeasureGroup -> int 
public function Add(
    item : PerspectiveMeasureGroup
) : int

반환 값

유형: System. . :: . .Int32
The zero-based index at which the PerspectiveMeasureGroup has been added.