PerspectiveMeasureGroup-Konstruktor (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
)
Parameter
- measureGroupId
Typ: System.String
A String that contains a unique identifier for the MeasureGroup.
Siehe auch
Verweis
PerspectiveMeasureGroup Klasse