Freigeben über


Enumerator.TraceInfo-Methode (String)

Indicates the enumerator common trace function. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.

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
)

Parameter

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

Siehe auch

Verweis

Enumerator Klasse

TraceInfo-Überladung

Microsoft.SqlServer.Management.Sdk.Sfc-Namespace