Método TraceInfo (String, Object[])
Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
<ConditionalAttribute("DEBUG")> _
Public Shared Sub TraceInfo ( _
strFormat As String, _
ParamArray arg As Object() _
)
'Uso
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[]
)
Parâmetros
- strFormat
Tipo: System. . :: . .String
A String object that represents the information format.
- arg
Tipo: array<System. . :: . .Object> [] () [] []
An object that represents the trace information arguments.
Consulte também