Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Creates and inserts a PerspectiveDimension, 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 PerspectiveDimension
'Usage
Dim instance As PerspectiveDimensionCollection
Dim index As Integer
Dim cubeDimensionId As String
Dim returnValue As PerspectiveDimension
returnValue = instance.Insert(index, cubeDimensionId)
public PerspectiveDimension Insert(
int index,
string cubeDimensionId
)
public:
PerspectiveDimension^ Insert(
int index,
String^ cubeDimensionId
)
member Insert :
index:int *
cubeDimensionId:string -> PerspectiveDimension
public function Insert(
index : int,
cubeDimensionId : String
) : PerspectiveDimension
Parameters
- index
Type: System.Int32
The zero-based index at which to insert the new PerspectiveDimension.
- cubeDimensionId
Type: System.String
The identifier of the PerspectiveDimension to insert.
Return Value
Type: Microsoft.AnalysisServices.PerspectiveDimension
A new, empty PerspectiveDimension.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | index is less than zero. -or- index is equal to or greater than [H:Microsoft.AnalysisServices.ModelComponentCollection.Count]. |