Dump 方法 (Boolean)
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)
语法
声明
Public Shared Sub Dump ( _
toLogFile As Boolean _
)
用法
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
)
参数
- toLogFile
类型:System. . :: . .Boolean