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.
Initializes a new instance of the MeasureGroupBinding using a data source identifier, a cube identifier, and a measure group identifier.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Sub New ( _
dataSourceId As String, _
cubeId As String, _
measureGroupId As String _
)
'Usage
Dim dataSourceId As String
Dim cubeId As String
Dim measureGroupId As String
Dim instance As New MeasureGroupBinding(dataSourceId, _
cubeId, measureGroupId)
public MeasureGroupBinding(
string dataSourceId,
string cubeId,
string measureGroupId
)
public:
MeasureGroupBinding(
String^ dataSourceId,
String^ cubeId,
String^ measureGroupId
)
new :
dataSourceId:string *
cubeId:string *
measureGroupId:string -> MeasureGroupBinding
public function MeasureGroupBinding(
dataSourceId : String,
cubeId : String,
measureGroupId : String
)
Parameters
- dataSourceId
Type: System.String
A unique identifier for the data source.
- cubeId
Type: System.String
A unique identifier for the cube.
- measureGroupId
Type: System.String
A unique identifier for the measure group.