Trace 方法
Traces the object.
命名空間: Microsoft.SqlServer.Management.Smo
組件: Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)
語法
'宣告
Protected Friend Shared Sub Trace ( _
traceText As String _
)
'用途
Dim traceText As String
SqlSmoObject.Trace(traceText)
protected internal static void Trace(
string traceText
)
protected public:
static void Trace(
String^ traceText
)
static member Trace :
traceText:string -> unit
static function Trace(
traceText : String
)
參數
- traceText
型別:System. . :: . .String
A String value that specifies the trace text.