مشاركة عبر


Enumerator.TraceInfo Method (String)

Indicates the enumerator common trace function. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
<ConditionalAttribute("DEBUG")> _
Public Shared Sub TraceInfo ( _
    trace As String _
)
'Usage
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
)

Parameters

  • trace
    Type: System.String
    The string value for the trace function.

See Also

Reference

Enumerator Class

TraceInfo Overload

Microsoft.SqlServer.Management.Sdk.Sfc Namespace