Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Adds an AggregationAttribute 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 AggregationAttribute _
) As Integer
'Uso
Dim instance As AggregationAttributeCollection
Dim item As AggregationAttribute
Dim returnValue As Integer
returnValue = instance.Add(item)
public int Add(
AggregationAttribute item
)
public:
int Add(
AggregationAttribute^ item
)
member Add :
item:AggregationAttribute -> int
public function Add(
item : AggregationAttribute
) : int
Parámetros
- item
Tipo: Microsoft.AnalysisServices.AggregationAttribute
The AggregationAttribute to be added.
Valor devuelto
Tipo: System.Int32
The zero-based index at which the AggregationAttribute has been added.