PerformanceCounters.Dump Método (String)
Creates a user-mode or kernel-mode crash dump file for the PerformanceCounters class with specified file name.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
Public Shared Sub Dump ( _
fileName As String _
)
'Uso
Dim fileName As String
PerformanceCounters.Dump(fileName)
public static void Dump(
string fileName
)
public:
static void Dump(
String^ fileName
)
static member Dump :
fileName:string -> unit
public static function Dump(
fileName : String
)
Parámetros
- fileName
Tipo: System.String
A string that represents the file name of the dump file.