ILoggingProvider.CreateTable method

Creates a table in the logging store.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Sub CreateTable ( _
    tableName As String, _
    columnDefs As IList(Of SPColumnDefinition) _
)
'Usage
Dim instance As ILoggingProvider
Dim tableName As String
Dim columnDefs As IList(Of SPColumnDefinition)

instance.CreateTable(tableName, columnDefs)
void CreateTable(
    string tableName,
    IList<SPColumnDefinition> columnDefs
)

Parameters

See also

Reference

ILoggingProvider interface

ILoggingProvider members

Microsoft.SharePoint.Administration namespace