SPDiagnosticsProvider.CreateHelperTable method
Creates the helper table in the logging database.
Namespace: Microsoft.SharePoint.Diagnostics
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Sub CreateHelperTable ( _
name As String, _
columnDefs As IList(Of SPColumnDefinition) _
)
'Usage
Dim name As String
Dim columnDefs As IList(Of SPColumnDefinition)
Me.CreateHelperTable(name, columnDefs)
protected void CreateHelperTable(
string name,
IList<SPColumnDefinition> columnDefs
)
Parameters
name
Type: System.StringThe name of the table to create.
columnDefs
Type: System.Collections.Generic.IList<SPColumnDefinition>Definitions of the columns on the table to create.