Compartilhar via


ManyToManyMeasureGroupDimension Constructor (String, String)

Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Syntax

'Declaration
Public Sub New ( _
    cubeDimensionId As String, _
    measureGroupId As String _
)
public ManyToManyMeasureGroupDimension (
    string cubeDimensionId,
    string measureGroupId
)
public:
ManyToManyMeasureGroupDimension (
    String^ cubeDimensionId, 
    String^ measureGroupId
)
public ManyToManyMeasureGroupDimension (
    String cubeDimensionId, 
    String measureGroupId
)
public function ManyToManyMeasureGroupDimension (
    cubeDimensionId : String, 
    measureGroupId : String
)

Parameters

  • cubeDimensionId
  • measureGroupId

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

ManyToManyMeasureGroupDimension Class
ManyToManyMeasureGroupDimension Members
Microsoft.AnalysisServices Namespace