Metodo Trace
Creates a trace of the referenced object.
Spazio dei nomi: Microsoft.SqlServer.Management.Smo.Wmi
Assembly: Microsoft.SqlServer.SqlWmiManagement (in Microsoft.SqlServer.SqlWmiManagement.dll)
Sintassi
'Dichiarazione
Protected Shared Sub Trace ( _
traceText As String _
)
'Utilizzo
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
)
Parametri
- traceText
Tipo: System. . :: . .String
A String value that specifies the buffer in which to store the trace output.
Vedere anche