Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.