Partager via


Méthode TraceInfo (String, Object[])

Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
<ConditionalAttribute("DEBUG")> _
Public Shared Sub TraceInfo ( _
    strFormat As String, _
    ParamArray arg As Object() _
)
'Utilisation
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[]
)

Paramètres

  • arg
    Type : array<System. . :: . .Object> [] () [] []
    An object that represents the trace information arguments.