Partager via


Méthode GetByName

Gets the Trace that has the specified name from the collection.

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

Syntaxe

'Déclaration
Public Function GetByName ( _
    name As String _
) As Trace
'Utilisation
Dim instance As TraceCollection
Dim name As String
Dim returnValue As Trace

returnValue = instance.GetByName(name)
public Trace GetByName(
    string name
)
public:
Trace^ GetByName(
    String^ name
)
member GetByName : 
        name:string -> Trace 
public function GetByName(
    name : String
) : Trace

Paramètres

Valeur de retour

Type : Microsoft.AnalysisServices. . :: . .Trace
The Trace if it exists in the collection.

Exceptions

Exception Condition
ItemNotFoundException

name does not exist in the collection.