Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Creates a user-mode or kernel-mode crash dump file for the PerformanceCounters class with specified file name.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Shared Sub Dump ( _
fileName As String _
)
'Usage
Dim fileName As String
PerformanceCounters.Dump(fileName)
public static void Dump(
string fileName
)
public:
static void Dump(
String^ fileName
)
static member Dump :
fileName:string -> unit
public static function Dump(
fileName : String
)
Parameters
- fileName
Type: System.String
A string that represents the file name of the dump file.