共用方式為


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