Metoda AnnotationCollection.Insert (Int32, String, String)
Tworzy i wstawia Annotation, z określonej nazwy i wartości 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, _
name As String, _
value As String _
) As Annotation
'Użycie
Dim instance As AnnotationCollection
Dim index As Integer
Dim name As String
Dim value As String
Dim returnValue As Annotation
returnValue = instance.Insert(index, name, _
value)
public Annotation Insert(
int index,
string name,
string value
)
public:
Annotation^ Insert(
int index,
String^ name,
String^ value
)
member Insert :
index:int *
name:string *
value:string -> Annotation
public function Insert(
index : int,
name : String,
value : String
) : Annotation
Parametry
- index
Typ: System.Int32
Od zera indeksu, w którym nowy Annotation będą wstawiane.
- name
Typ: System.String
Nazwa Annotation do wstawienia.
- value
Typ: System.String
Wartość Annotation do wstawienia.
Wartość zwracana
Typ: Microsoft.AnalysisServices.Annotation
Annotation Do kolekcja.
Wyjątki
Wyjątek | Warunek |
---|---|
ArgumentOutOfRangeException | indexjest mniejszy od zera. - lub - indexjest równa lub większa niż [H:Microsoft.AnalysisServices.ModelComponentCollection.Count]. |
Zobacz także