Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Creates and inserts a MeasureGroupDimension, with the specified identifier, into the collection at the specified index.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function Insert ( _
index As Integer, _
cubeDimensionId As String _
) As RegularMeasureGroupDimension
'Usage
Dim instance As MeasureGroupDimensionCollection
Dim index As Integer
Dim cubeDimensionId As String
Dim returnValue As RegularMeasureGroupDimension
returnValue = instance.Insert(index, cubeDimensionId)
public RegularMeasureGroupDimension Insert(
int index,
string cubeDimensionId
)
public:
RegularMeasureGroupDimension^ Insert(
int index,
String^ cubeDimensionId
)
member Insert :
index:int *
cubeDimensionId:string -> RegularMeasureGroupDimension
public function Insert(
index : int,
cubeDimensionId : String
) : RegularMeasureGroupDimension
Parameters
- index
Type: System.Int32
The zero-based index at which to insert the new MeasureGroupDimension.
- cubeDimensionId
Type: System.String
The identifier of the MeasureGroupDimension to insert.
Return Value
Type: Microsoft.AnalysisServices.RegularMeasureGroupDimension
A new, empty MeasureGroupDimension.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | index is less than zero. -or- index is equal to or greater than [H:Microsoft.AnalysisServices.ModelComponentCollection.Count]. |