Add méthode

Adds a TraceColumn to the end of the collection.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (dans Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public Function Add ( _
    item As TraceColumn _
) As Integer
'Utilisation
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

Paramètres

Valeur de retour

Type : System. . :: . .Int32
The zero-based index at which the TraceColumn has been added.