Condividi tramite


Metodo PerformanceCounters.Dump (String)

Creates a user-mode or kernel-mode crash dump file for the PerformanceCounters class with specified file name.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Public Shared Sub Dump ( _
    fileName As String _
)
'Utilizzo
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
)

Parametri

  • fileName
    Tipo: System.String
    A string that represents the file name of the dump file.

Vedere anche

Riferimento

PerformanceCounters Classe

Overload Dump

Spazio dei nomi Microsoft.SqlServer.Management.Smo