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.StringThe display name of the dimension.
uniqueName
Type: System.StringThe unique name of the dimension.
description
Type: System.StringThe description of the dimension.
dimensionType
Type: Microsoft.PerformancePoint.Scorecards.DimensionTypeEnumThe type of dimension.