Freigeben über


AggregationDesignDimension-Konstruktor (String)

Initializes a new instance of AggregationDesignDimension with the specified cube dimension identifier.

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

Syntax

'Declaration
Public Sub New ( _
    cubeDimensionId As String _
)
'Usage
Dim cubeDimensionId As String 

Dim instance As New AggregationDesignDimension(cubeDimensionId)
public AggregationDesignDimension(
    string cubeDimensionId
)
public:
AggregationDesignDimension(
    String^ cubeDimensionId
)
new : 
        cubeDimensionId:string -> AggregationDesignDimension
public function AggregationDesignDimension(
    cubeDimensionId : String
)

Parameter

  • cubeDimensionId
    Typ: System.String
    A String that contains a unique identifier for a cube dimension. This is a reference to a specific dimension role on the owning measure group.

Siehe auch

Verweis

AggregationDesignDimension Klasse

AggregationDesignDimension-Überladung

Microsoft.AnalysisServices-Namespace