Поделиться через


Метод Dump (String)

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

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
Public Shared Sub Dump ( _
    fileName As String _
)
'Применение
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
)

Параметры