Metodo Add (DimensionAttribute)
Adds a DimensionAttribute 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 DimensionAttribute _
) As Integer
'Utilizzo
Dim instance As DimensionAttributeCollection
Dim item As DimensionAttribute
Dim returnValue As Integer
returnValue = instance.Add(item)
public int Add(
DimensionAttribute item
)
public:
int Add(
DimensionAttribute^ item
)
member Add :
item:DimensionAttribute -> int
public function Add(
item : DimensionAttribute
) : int
Parametri
- item
Tipo: Microsoft.AnalysisServices. . :: . .DimensionAttribute
The DimensionAttribute to be added.
Valore restituito
Tipo: System. . :: . .Int32
The zero-based index at which the DimensionAttribute has been added.
Vedere anche