Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function LinkMeasureGroup ( _
source As MeasureGroup, _
dataSourceId As String, _
name As String _
) As MeasureGroup
'Usage
Dim instance As Cube
Dim source As MeasureGroup
Dim dataSourceId As String
Dim name As String
Dim returnValue As MeasureGroup
returnValue = instance.LinkMeasureGroup(source, _
dataSourceId, name)
public MeasureGroup LinkMeasureGroup(
MeasureGroup source,
string dataSourceId,
string name
)
public:
MeasureGroup^ LinkMeasureGroup(
MeasureGroup^ source,
String^ dataSourceId,
String^ name
)
member LinkMeasureGroup :
source:MeasureGroup *
dataSourceId:string *
name:string -> MeasureGroup
public function LinkMeasureGroup(
source : MeasureGroup,
dataSourceId : String,
name : String
) : MeasureGroup
Parameters
- source
Type: Microsoft.AnalysisServices.MeasureGroup
The measure group which is pointed to.
- dataSourceId
Type: System.String
The data source identifier for the database that holds the source measure group.
- name
Type: System.String
The name to give the LinkMeasureGroup.
Return Value
Type: Microsoft.AnalysisServices.MeasureGroup
The new MeasureGroup.