Partilhar via


Método PerformanceCounters.Dump (String)

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

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
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.

Consulte também

Referência

PerformanceCounters Classe

Sobrecarregado Dump

Namespace Microsoft.SqlServer.Management.Smo