Udostępnij za pośrednictwem


Metoda PerspectiveHierarchyCollection.Insert (Int32, String)

Tworzy i wstawia PerspectiveHierarchy, z identyfikatorem określonego do kolekcja pod określonym indeksem.

Przestrzeń nazw:  Microsoft.AnalysisServices
Zestaw:  Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)

Składnia

'Deklaracja
Public Function Insert ( _
    index As Integer, _
    hierarchyId As String _
) As PerspectiveHierarchy
'Użycie
Dim instance As PerspectiveHierarchyCollection
Dim index As Integer
Dim hierarchyId As String
Dim returnValue As PerspectiveHierarchy

returnValue = instance.Insert(index, hierarchyId)
public PerspectiveHierarchy Insert(
    int index,
    string hierarchyId
)
public:
PerspectiveHierarchy^ Insert(
    int index, 
    String^ hierarchyId
)
member Insert : 
        index:int * 
        hierarchyId:string -> PerspectiveHierarchy 
public function Insert(
    index : int, 
    hierarchyId : String
) : PerspectiveHierarchy

Parametry

Wyjątki

Wyjątek Warunek
ArgumentOutOfRangeException

indexjest mniejszy od zera.

- lub -

indexjest równa lub większa niż [H:Microsoft.AnalysisServices.ModelComponentCollection.Count].