AggregationInstanceAttributeCollection.Add Método (AggregationInstanceAttribute)
Adds the specified AggregationInstanceAttribute to the end of the collection.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
Public Function Add ( _
item As AggregationInstanceAttribute _
) As Integer
'Uso
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
Parámetros
- item
Tipo: Microsoft.AnalysisServices.AggregationInstanceAttribute
Specifies the AggregationInstanceAttribute to be added.
Valor devuelto
Tipo: System.Int32
The zero-based index at which the AggregationInstanceAttribute has been added.