PerspectiveDimension Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.