Méthode TraceInfo (String)
Indicates the enumerator common trace function. 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 ( _
trace As String _
)
'Utilisation
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
)
Paramètres
- trace
Type : System. . :: . .String
The string value for the trace function.
Voir aussi