PerspectiveDimension Constructors

Definition

Overloads

PerspectiveDimension()

Initializes a new instance of the PerspectiveDimension class using default values.

PerspectiveDimension(String)

Initializes a new instance of the PerspectiveDimension with the specified cube dimension.

PerspectiveDimension()

Initializes a new instance of the PerspectiveDimension class using default values.

public PerspectiveDimension ();
Public Sub New ()

Applies to

PerspectiveDimension(String)

Initializes a new instance of the PerspectiveDimension with the specified cube dimension.

public PerspectiveDimension (string cubeDimensionId);
new Microsoft.AnalysisServices.PerspectiveDimension : string -> Microsoft.AnalysisServices.PerspectiveDimension
Public Sub New (cubeDimensionId As String)

Parameters

cubeDimensionId
String

A String that contains a unique identifier for a cube dimension. This is a reference to a specific dimension role on the owning measure group.

Applies to