PerformanceCounters.Dump 方法 (Boolean)
Creates a user-mode or kernel-mode crash dump file for the PerformanceCounters class to a log file.
命名空間: Microsoft.SqlServer.Management.Smo
組件: Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)
語法
'宣告
Public Shared Sub Dump ( _
toLogFile As Boolean _
)
'用途
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
)
參數
- toLogFile
型別:System.Boolean
true if log file is created; otherwise, false.