Condividi tramite


Metodo Add (AggregationDesignDimension)

Adds an AggregationDesignDimension 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 AggregationDesignDimension _
) As Integer
'Utilizzo
Dim instance As AggregationDesignDimensionCollection
Dim item As AggregationDesignDimension
Dim returnValue As Integer

returnValue = instance.Add(item)
public int Add(
    AggregationDesignDimension item
)
public:
int Add(
    AggregationDesignDimension^ item
)
member Add : 
        item:AggregationDesignDimension -> int 
public function Add(
    item : AggregationDesignDimension
) : int

Valore restituito

Tipo: System. . :: . .Int32
The zero-based index at which the AggregationDesignDimension has been added.