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.