PerformanceCounters クラスのユーザーモードまたはカーネルモードのクラッシュ ダンプ ファイルを指定したファイル名とヘッダーで作成します。
名前空間: 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
ダンプ ファイルの名前を表す文字列です。
- header
型: System.Boolean
ヘッダーで作成される場合は true、それ以外の場合は false です。