Метод Dump (String, Boolean)
Creates a user-mode or kernel-mode crash dump file for the PerformanceCounters class with specified file name and header.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
Public Shared Sub Dump ( _
fileName As String, _
header As Boolean _
)
'Применение
Dim fileName As String
Dim header As Boolean
PerformanceCounters.Dump(fileName, header)
public static void Dump(
string fileName,
bool header
)
public:
static void Dump(
String^ fileName,
bool header
)
static member Dump :
fileName:string *
header:bool -> unit
public static function Dump(
fileName : String,
header : boolean
)
Параметры
- fileName
Тип: System. . :: . .String
A string that represents the file name of the dump file.
- header
Тип: System. . :: . .Boolean
true if with header; otherwise, false.
См. также