Metoda ServerPropertyCollection.Add (ServerProperty)
Dodaje ServerProperty do końca kolekcja.
Przestrzeń nazw: Microsoft.AnalysisServices
Zestaw: Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)
Składnia
'Deklaracja
Public Function Add ( _
item As ServerProperty _
) As Integer
'Użycie
Dim instance As ServerPropertyCollection
Dim item As ServerProperty
Dim returnValue As Integer
returnValue = instance.Add(item)
public int Add(
ServerProperty item
)
public:
int Add(
ServerProperty^ item
)
member Add :
item:ServerProperty -> int
public function Add(
item : ServerProperty
) : int
Parametry
- item
Typ: Microsoft.AnalysisServices.ServerProperty
ServerProperty Do dodania.
Wartość zwracana
Typ: System.Int32
Indeks od zera, jaką ServerProperty została dodana.
Zobacz także