不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。
命名空間: Microsoft.SqlServer.Management.Sdk.Sfc
組件: Microsoft.SqlServer.Management.Sdk.Sfc (在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)
語法
'宣告
<ConditionalAttribute("DEBUG")> _
Public Shared Sub TraceInfo ( _
strFormat As String, _
ParamArray arg As Object() _
)
'用途
Dim strFormat As String
Dim arg As Object()
Enumerator.TraceInfo(strFormat, arg)
[ConditionalAttribute("DEBUG")]
public static void TraceInfo(
string strFormat,
params Object[] arg
)
[ConditionalAttribute(L"DEBUG")]
public:
static void TraceInfo(
String^ strFormat,
... array<Object^>^ arg
)
[<ConditionalAttribute("DEBUG")>]
static member TraceInfo :
strFormat:string *
arg:Object[] -> unit
public static function TraceInfo(
strFormat : String,
... arg : Object[]
)
參數
- strFormat
型別:System.String
A String object that represents the information format.
- arg
型別:array<System.Object[]
An object that represents the trace information arguments.