Конструктор MeasureGroupBinding (String, String, String)
Initializes a new instance of the MeasureGroupBinding using a data source identifier, a cube identifier, and a measure group identifier.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public Sub New ( _
dataSourceId As String, _
cubeId As String, _
measureGroupId As String _
)
'Применение
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
)
Параметры
- dataSourceId
Тип: System.String
A unique identifier for the data source.
- cubeId
Тип: System.String
A unique identifier for the cube.
- measureGroupId
Тип: System.String
A unique identifier for the measure group.