PerspectiveMeasureGroup コンストラクター

定義

オーバーロード

PerspectiveMeasureGroup()

既定値を使用して PerspectiveMeasureGroup クラスの新しいインスタンスを初期化します。

PerspectiveMeasureGroup(String)

指定したメジャー グループを使用して PerspectiveMeasureGroup の新しいインスタンスを初期化します。

PerspectiveMeasureGroup()

既定値を使用して PerspectiveMeasureGroup クラスの新しいインスタンスを初期化します。

public PerspectiveMeasureGroup ();
Public Sub New ()

適用対象

PerspectiveMeasureGroup(String)

指定したメジャー グループを使用して PerspectiveMeasureGroup の新しいインスタンスを初期化します。

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

パラメーター

measureGroupId
String

MeasureGroup の一意の識別子を含む文字列です。

適用対象