Méthode Trace
Creates a trace of the referenced object.
Espace de noms : Microsoft.SqlServer.Management.Smo.Wmi
Assembly : Microsoft.SqlServer.SqlWmiManagement (en Microsoft.SqlServer.SqlWmiManagement.dll)
Syntaxe
'Déclaration
Protected Shared Sub Trace ( _
traceText As String _
)
'Utilisation
Dim traceText As String
WmiSmoObject.Trace(traceText)
protected static void Trace(
string traceText
)
protected:
static void Trace(
String^ traceText
)
static member Trace :
traceText:string -> unit
protected static function Trace(
traceText : String
)
Paramètres
- traceText
Type : System. . :: . .String
A String value that specifies the buffer in which to store the trace output.
Voir aussi