PerspectiveMeasureGroup Constructor (String)

Initializes a new instance of PerspectiveMeasureGroup using an identifier.

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

Syntax

'Declaration
Public Sub New ( _
    measureGroupId As String _
)
'Usage
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
)

Parameters