GetByName méthode
Gets the Trace that has the specified name from the collection.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (dans 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
- name
Type : System. . :: . .String
The name of the Trace to return.
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. |
Voir aussi