Jaa


CubeDimension Constructor (String)

Initializes a new instance of CubeDimension using an identifier.

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

Syntax

'Declaration
Public Sub New ( _
    dimensionId As String _
)
public CubeDimension (
    string dimensionId
)
public:
CubeDimension (
    String^ dimensionId
)
public CubeDimension (
    String dimensionId
)
public function CubeDimension (
    dimensionId : String
)

Parameters

  • dimensionId

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

CubeDimension Class
CubeDimension Members
Microsoft.AnalysisServices Namespace