Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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