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