Metodo Add (AggregationInstanceAttribute)
Adds the specified AggregationInstanceAttribute to the end of the collection.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Public Function Add ( _
item As AggregationInstanceAttribute _
) As Integer
'Utilizzo
Dim instance As AggregationInstanceAttributeCollection
Dim item As AggregationInstanceAttribute
Dim returnValue As Integer
returnValue = instance.Add(item)
public int Add(
AggregationInstanceAttribute item
)
public:
int Add(
AggregationInstanceAttribute^ item
)
member Add :
item:AggregationInstanceAttribute -> int
public function Add(
item : AggregationInstanceAttribute
) : int
Parametri
- item
Tipo: Microsoft.AnalysisServices. . :: . .AggregationInstanceAttribute
Specifies the AggregationInstanceAttribute to be added.
Valore restituito
Tipo: System. . :: . .Int32
The zero-based index at which the AggregationInstanceAttribute has been added.
Vedere anche