Freigeben über


Cube.LinkMeasureGroup Method (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.

Namespace: Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Syntax

'Declaration
Public Function LinkMeasureGroup ( _
    source As MeasureGroup, _
    dataSourceId As String _
) As MeasureGroup
public MeasureGroup LinkMeasureGroup (
    MeasureGroup source,
    string dataSourceId
)
public:
MeasureGroup^ LinkMeasureGroup (
    MeasureGroup^ source, 
    String^ dataSourceId
)
public MeasureGroup LinkMeasureGroup (
    MeasureGroup source, 
    String dataSourceId
)
public function LinkMeasureGroup (
    source : MeasureGroup, 
    dataSourceId : String
) : MeasureGroup

Parameter

  • source
    The measure group that is pointed to.
  • dataSourceId

Rückgabewert

The new MeasureGroup.

Threadsicherheit

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

Cube Class
Cube Members
Microsoft.AnalysisServices Namespace