Dump méthode (Boolean)
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public Shared Sub Dump ( _
toLogFile As Boolean _
)
'Utilisation
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
)
Paramètres
- toLogFile
Type : System. . :: . .Boolean