PerspectiveMeasureGroup コンストラクター (String)
識別子を使用して、PerspectiveMeasureGroup の新しいインスタンスを初期化します。
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
Public Sub New ( _
measureGroupId As String _
)
'使用
Dim measureGroupId As String
Dim instance As New PerspectiveMeasureGroup(measureGroupId)
public PerspectiveMeasureGroup(
string measureGroupId
)
public:
PerspectiveMeasureGroup(
String^ measureGroupId
)
new :
measureGroupId:string -> PerspectiveMeasureGroup
public function PerspectiveMeasureGroup(
measureGroupId : String
)
パラメーター
- measureGroupId
型: System.String
MeasureGroup の一意な識別子を表す String です。