MeasureGroupBinding 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
MeasureGroupBinding() |
Initializes a new instance of the MeasureGroupBinding class using default values. |
MeasureGroupBinding(String, String, String) |
Initializes a new instance of the MeasureGroupBinding using the specified data source, a cube, and a measure group. |
MeasureGroupBinding()
Initializes a new instance of the MeasureGroupBinding class using default values.
public MeasureGroupBinding ();
Public Sub New ()
Applies to
MeasureGroupBinding(String, String, String)
Initializes a new instance of the MeasureGroupBinding using the specified data source, a cube, and a measure group.
public MeasureGroupBinding (string dataSourceId, string cubeId, string measureGroupId);
new Microsoft.AnalysisServices.MeasureGroupBinding : string * string * string -> Microsoft.AnalysisServices.MeasureGroupBinding
Public Sub New (dataSourceId As String, cubeId As String, measureGroupId As String)
Parameters
- dataSourceId
- String
A String with the identifier for the data source.
- cubeId
- String
A String with the identifier for the cube.
- measureGroupId
- String
A String with the identifier for the measure group.