Metoda ServerPropertyCollection.Insert (Int32, String, String)
Tworzy i wstawia ServerProperty, 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 ServerProperty
'Użycie
Dim instance As ServerPropertyCollection
Dim index As Integer
Dim name As String
Dim value As String
Dim returnValue As ServerProperty
returnValue = instance.Insert(index, name, _
value)
public ServerProperty Insert(
int index,
string name,
string value
)
public:
ServerProperty^ Insert(
int index,
String^ name,
String^ value
)
member Insert :
index:int *
name:string *
value:string -> ServerProperty
public function Insert(
index : int,
name : String,
value : String
) : ServerProperty
Parametry
- index
Typ: System.Int32
Od zera indeksu, w którym chcesz wstawić nowy ServerProperty.
- name
Typ: System.String
Nazwa ServerProperty do wstawiania.
- value
Typ: System.String
Wartość ServerProperty do wstawiania.
Wartość zwracana
Typ: Microsoft.AnalysisServices.ServerProperty
ServerProperty , Została umieszczona 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