Share via


Dimension constructor (String, String, String, DimensionTypeEnum)

Initializes a new instance of the Dimension class with the specified properties.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Public Sub New ( _
    displayName As String, _
    uniqueName As String, _
    description As String, _
    dimensionType As DimensionTypeEnum _
)
'Usage
Dim displayName As String
Dim uniqueName As String
Dim description As String
Dim dimensionType As DimensionTypeEnum

Dim instance As New Dimension(displayName, _
    uniqueName, description, dimensionType)
public Dimension(
    string displayName,
    string uniqueName,
    string description,
    DimensionTypeEnum dimensionType
)

Parameters

  • displayName
    Type: System.String

    The display name of the dimension.

  • uniqueName
    Type: System.String

    The unique name of the dimension.

  • description
    Type: System.String

    The description of the dimension.

See also

Reference

Dimension class

Dimension members

Dimension overload

Microsoft.PerformancePoint.Scorecards namespace