Método Add
Adds a TraceColumn to the end of the collection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
Public Function Add ( _
item As TraceColumn _
) As Integer
'Uso
Dim instance As TraceColumnCollection
Dim item As TraceColumn
Dim returnValue As Integer
returnValue = instance.Add(item)
public int Add(
TraceColumn item
)
public:
int Add(
TraceColumn item
)
member Add :
item:TraceColumn -> int
public function Add(
item : TraceColumn
) : int
Parâmetros
- item
Tipo: Microsoft.AnalysisServices. . :: . .TraceColumn
The TraceColumn to add.
Valor de retorno
Tipo: System. . :: . .Int32
The zero-based index at which the TraceColumn has been added.