AggregationDesignDimensionCollection.Add 메서드 (String)

Creates and adds an AggregationDesignDimension, with the specified identifier, to the end of the collection.

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

구문

‘선언
Public Function Add ( _
    cubeDimensionId As String _
) As AggregationDesignDimension
‘사용 방법
Dim instance As AggregationDesignDimensionCollection 
Dim cubeDimensionId As String 
Dim returnValue As AggregationDesignDimension 

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

매개 변수

반환 값

유형: Microsoft.AnalysisServices.AggregationDesignDimension
The zero-based index at which the AggregationDesignDimension has been added.

참고 항목

참조

AggregationDesignDimensionCollection 클래스

Add 오버로드

Microsoft.AnalysisServices 네임스페이스