Share via


Méthode Dump (Boolean)

Creates a user-mode or kernel-mode crash dump file for the PerformanceCounters class to a log file.

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

Syntaxe

'Déclaration
Public Shared Sub Dump ( _
    toLogFile As Boolean _
)
'Utilisation
Dim toLogFile As Boolean

PerformanceCounters.Dump(toLogFile)
public static void Dump(
    bool toLogFile
)
public:
static void Dump(
    bool toLogFile
)
static member Dump : 
        toLogFile:bool -> unit 
public static function Dump(
    toLogFile : boolean
)

Paramètres