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

キューブ ディメンションの一意の識別子を含む文字列です。

適用対象