MeasureGroupBinding Constructor (String, String, String)
Initializes a new instance of Action 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 _
)
public MeasureGroupBinding (
string dataSourceId,
string cubeId,
string measureGroupId
)
public:
MeasureGroupBinding (
String^ dataSourceId,
String^ cubeId,
String^ measureGroupId
)
public MeasureGroupBinding (
String dataSourceId,
String cubeId,
String measureGroupId
)
public function MeasureGroupBinding (
dataSourceId : String,
cubeId : String,
measureGroupId : String
)
Parameters
- dataSourceId
- cubeId
- measureGroupId
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
MeasureGroupBinding Class
MeasureGroupBinding Members
Microsoft.AnalysisServices Namespace