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