Поделиться через


Метод Enumerator.TraceInfo (String)

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.

См. также

Справочник

Enumerator Класс

Перегрузка TraceInfo

Пространство имен Microsoft.SqlServer.Management.Sdk.Sfc