共用方式為


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 命名空間