Cube.LinkMeasureGroup Method
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
LinkMeasureGroup(MeasureGroup, String) |
Generates a regular measure group, but it is set up to point to other measure groups. As parameters, this method takes the measure group (source) you want to link to and a data source identifier. |
LinkMeasureGroup(MeasureGroup, String, String) |
Generates a regular measure group, but it is set up to point to other measure groups. As parameters, this method takes the measure group (source) you want to link to and a data source identifier. |
LinkMeasureGroup(MeasureGroup, String)
Generates a regular measure group, but it is set up to point to other measure groups. As parameters, this method takes the measure group (source) you want to link to and a data source identifier.
public Microsoft.AnalysisServices.MeasureGroup LinkMeasureGroup (Microsoft.AnalysisServices.MeasureGroup source, string dataSourceId);
member this.LinkMeasureGroup : Microsoft.AnalysisServices.MeasureGroup * string -> Microsoft.AnalysisServices.MeasureGroup
Public Function LinkMeasureGroup (source As MeasureGroup, dataSourceId As String) As MeasureGroup
Parameters
- source
- MeasureGroup
The measure group that is pointed to.
- dataSourceId
- String
The data source identifier for the database that holds the source measure group.
Returns
The new MeasureGroup.
Applies to
LinkMeasureGroup(MeasureGroup, String, String)
Generates a regular measure group, but it is set up to point to other measure groups. As parameters, this method takes the measure group (source) you want to link to and a data source identifier.
public Microsoft.AnalysisServices.MeasureGroup LinkMeasureGroup (Microsoft.AnalysisServices.MeasureGroup source, string dataSourceId, string name);
member this.LinkMeasureGroup : Microsoft.AnalysisServices.MeasureGroup * string * string -> Microsoft.AnalysisServices.MeasureGroup
Public Function LinkMeasureGroup (source As MeasureGroup, dataSourceId As String, name As String) As MeasureGroup
Parameters
- source
- MeasureGroup
The measure group which is pointed to.
- dataSourceId
- String
The data source identifier for the database that holds the source measure group.
- name
- String
The name to give the LinkMeasureGroup.
Returns
The new MeasureGroup.