AggregationDimension 생성자

정의

오버로드

AggregationDimension()

기본값을 사용하여 AggregationDimension 클래스의 새 인스턴스를 초기화합니다.

AggregationDimension(String)

지정한 큐브 차원 식별자를 사용하여 AggregationDimension 클래스의 새 인스턴스를 초기화합니다.

AggregationDimension()

기본값을 사용하여 AggregationDimension 클래스의 새 인스턴스를 초기화합니다.

public AggregationDimension ();
Public Sub New ()

적용 대상

AggregationDimension(String)

지정한 큐브 차원 식별자를 사용하여 AggregationDimension 클래스의 새 인스턴스를 초기화합니다.

public AggregationDimension (string cubeDimensionID);
new Microsoft.AnalysisServices.AggregationDimension : string -> Microsoft.AnalysisServices.AggregationDimension
Public Sub New (cubeDimensionID As String)

매개 변수

cubeDimensionID
String

큐브 차원에 대한 고유 식별자가 포함된 String입니다.

적용 대상