Constructeur PerspectiveMeasureGroup (String)

Initializes a new instance of PerspectiveMeasureGroup using an identifier.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    measureGroupId As String _
)
'Utilisation
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
)

Paramètres