Partager via


Méthode TraceCollection.Add (Trace)

Adds a Trace to the end of the collection.

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

Syntaxe

'Déclaration
Public Function Add ( _
    item As Trace _
) As Integer
'Utilisation
Dim instance As TraceCollection 
Dim item As Trace 
Dim returnValue As Integer 

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

Paramètres

Valeur de retour

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

Voir aussi

Référence

TraceCollection Classe

Surcharge Add

Espace de noms Microsoft.AnalysisServices