SPDiagnosticsProvider.CreateHelperTable 方法
在日志数据库中创建帮助程序表。
命名空间: Microsoft.SharePoint.Diagnostics
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Protected Sub CreateHelperTable ( _
name As String, _
columnDefs As IList(Of SPColumnDefinition) _
)
用法
Dim name As String
Dim columnDefs As IList(Of SPColumnDefinition)
Me.CreateHelperTable(name, columnDefs)
protected void CreateHelperTable(
string name,
IList<SPColumnDefinition> columnDefs
)
参数
name
类型:System.String要创建的表的名称。
columnDefs
类型:System.Collections.Generic.IList<SPColumnDefinition>要创建的表上的列的定义。