CubeDimension 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
CubeDimension() |
Initializes a new instance of the CubeDimension class using default values. |
CubeDimension(String) |
Initializes a new instance of CubeDimension using the specified dimension identifier. |
CubeDimension(String, String, String) |
Initializes a new instance of CubeDimension using the specified dimension identifier, name and CubeDimension identifier. |
CubeDimension()
Initializes a new instance of the CubeDimension class using default values.
public CubeDimension ();
Public Sub New ()
Applies to
CubeDimension(String)
Initializes a new instance of CubeDimension using the specified dimension identifier.
public CubeDimension (string dimensionId);
new Microsoft.AnalysisServices.CubeDimension : string -> Microsoft.AnalysisServices.CubeDimension
Public Sub New (dimensionId As String)
Parameters
- dimensionId
- String
A String that contains a unique identifier for the dimension in a CubeDimension.
Applies to
CubeDimension(String, String, String)
Initializes a new instance of CubeDimension using the specified dimension identifier, name and CubeDimension identifier.
public CubeDimension (string dimensionId, string name, string id);
new Microsoft.AnalysisServices.CubeDimension : string * string * string -> Microsoft.AnalysisServices.CubeDimension
Public Sub New (dimensionId As String, name As String, id As String)
Parameters
- dimensionId
- String
A String that contains a unique identifier for the dimension in a CubeDimension.
- name
- String
A String that contains the name of the CubeDimension.
- id
- String
A String that contains a unique identifier for the CubeDimension.