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
)
Parameter
- dataSourceId
- cubeId
- measureGroupId
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
MeasureGroupBinding Class
MeasureGroupBinding Members
Microsoft.AnalysisServices Namespace