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 _
) As MeasureGroup
'Usage
Dim instance As Cube
Dim source As MeasureGroup
Dim dataSourceId As String
Dim returnValue As MeasureGroup
returnValue = instance.LinkMeasureGroup(source, _
dataSourceId)
public MeasureGroup LinkMeasureGroup(
MeasureGroup source,
string dataSourceId
)
public:
MeasureGroup^ LinkMeasureGroup(
MeasureGroup^ source,
String^ dataSourceId
)
member LinkMeasureGroup :
source:MeasureGroup *
dataSourceId:string -> MeasureGroup
public function LinkMeasureGroup(
source : MeasureGroup,
dataSourceId : String
) : MeasureGroup
Parameters
- source
Type: Microsoft.AnalysisServices.MeasureGroup
The measure group that is pointed to.
- dataSourceId
Type: System.String
The data source identifier for the database that holds the source measure group.
Return Value
Type: Microsoft.AnalysisServices.MeasureGroup
The new MeasureGroup.