PerformanceCounters.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
)
參數
- fileName
型別:System.String
A string that represents the file name of the dump file.