Partager via


Méthode PerformanceCounters.Dump (String)

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

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public Shared Sub Dump ( _
    fileName As String _
)
'Utilisation
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
)

Paramètres

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

Voir aussi

Référence

PerformanceCounters Classe

Surcharge Dump

Espace de noms Microsoft.SqlServer.Management.Smo