PerformanceCounters.Dump Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
C#
public static void Dump(bool toLogFile);
static member Dump : bool -> unit
Public Shared Sub Dump (toLogFile As Boolean)
Parameters
- toLogFile
- Boolean
Applies to
Microsoft.SqlServer.SqlManagementObjects 160.2004021.0 ja Microsoft.SqlServer.SqlManagementObjects 150.18208.0
Toode | Versioonid |
---|---|
Microsoft.SqlServer.SqlManagementObjects | 150.18208.0, 160.2004021.0 |
C#
public static void Dump(string fileName);
static member Dump : string -> unit
Public Shared Sub Dump (fileName As String)
Parameters
- fileName
- String
Applies to
Microsoft.SqlServer.SqlManagementObjects 160.2004021.0 ja Microsoft.SqlServer.SqlManagementObjects 150.18208.0
Toode | Versioonid |
---|---|
Microsoft.SqlServer.SqlManagementObjects | 150.18208.0, 160.2004021.0 |
C#
public static void Dump(string fileName, bool header);
static member Dump : string * bool -> unit
Public Shared Sub Dump (fileName As String, header As Boolean)
Parameters
- fileName
- String
- header
- Boolean
Applies to
Microsoft.SqlServer.SqlManagementObjects 160.2004021.0 ja Microsoft.SqlServer.SqlManagementObjects 150.18208.0
Toode | Versioonid |
---|---|
Microsoft.SqlServer.SqlManagementObjects | 150.18208.0, 160.2004021.0 |