PerformanceCounters.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.

참고 항목

참조

PerformanceCounters 클래스

Dump 오버로드

Microsoft.SqlServer.Management.Smo 네임스페이스