अंग्रेज़ी में पढ़ें

इसके माध्यम से साझा किया गया


TraceCollection.Add Method (String)

Creates and adds a Trace, with the specified identifier, to the end of the collection.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

VB
'Declaration
Public Function Add ( _
    name As String _
) As Trace
'Usage
Dim instance As TraceCollection 
Dim name As String 
Dim returnValue As Trace 

returnValue = instance.Add(name)

Parameters

Return Value

Type: Microsoft.AnalysisServices.Trace
The zero-based index at which the Trace has been added.

See Also

Reference

TraceCollection Class

Add Overload

Microsoft.AnalysisServices Namespace