Trace 方法
Creates a trace of the referenced object.
命名空间: Microsoft.SqlServer.Management.Smo.Wmi
程序集: Microsoft.SqlServer.SqlWmiManagement(在 Microsoft.SqlServer.SqlWmiManagement.dll 中)
语法
声明
Protected Shared Sub Trace ( _
traceText As String _
)
用法
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
)
参数
- traceText
类型:System. . :: . .String
A String value that specifies the buffer in which to store the trace output.