Indicates the enumerator common trace function. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。
命名空間: Microsoft.SqlServer.Management.Sdk.Sfc
組件: Microsoft.SqlServer.Management.Sdk.Sfc (在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)
語法
'宣告
<ConditionalAttribute("DEBUG")> _
Public Shared Sub TraceInfo ( _
trace As String _
)
'用途
Dim trace As String
Enumerator.TraceInfo(trace)
[ConditionalAttribute("DEBUG")]
public static void TraceInfo(
string trace
)
[ConditionalAttribute(L"DEBUG")]
public:
static void TraceInfo(
String^ trace
)
[<ConditionalAttribute("DEBUG")>]
static member TraceInfo :
trace:string -> unit
public static function TraceInfo(
trace : String
)
參數
- trace
型別:System.String
The string value for the trace function.