Dump méthode (String, Boolean)
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public Shared Sub Dump ( _
fileName As String, _
header As Boolean _
)
'Utilisation
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
)