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

See also

Reference

SPDiagnosticsProvider class

SPDiagnosticsProvider members

Microsoft.SharePoint.Diagnostics namespace