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.

请参阅

参考

PerformanceCounters 类

Dump 重载

Microsoft.SqlServer.Management.Smo 命名空间