Share via


PerspectiveMeasure Constructor (String)

Initializes a new instance of PerspectiveMeasure using an identifier.

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

Syntax

'Declaration
Public Sub New ( _
    measureId As String _
)
'Usage
Dim measureId As String

Dim instance As New PerspectiveMeasure(measureId)
public PerspectiveMeasure(
    string measureId
)
public:
PerspectiveMeasure(
    String^ measureId
)
new : 
        measureId:string -> PerspectiveMeasure
public function PerspectiveMeasure(
    measureId : String
)

Parameters