命名空间: Microsoft.SharePoint.Utilities
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Sub New ( _
ensureRootScope As Boolean, _
name As String, _
severity As TraceSeverity, _
ParamArray monitors As ISPScopedPerformanceMonitor() _
)
用法
Dim ensureRootScope As Boolean
Dim name As String
Dim severity As TraceSeverity
Dim monitors As ISPScopedPerformanceMonitor()
Dim instance As New SPResourceBudget(ensureRootScope, _
name, severity, monitors)
public SPResourceBudget(
bool ensureRootScope,
string name,
TraceSeverity severity,
params ISPScopedPerformanceMonitor[] monitors
)
参数
- ensureRootScope
类型:System.Boolean
- name
类型:System.String
- monitors
类型:[]