ILoggingProvider methods

The ILoggingProvider type exposes the following members.

Methods

  Name Description
Public method CreateTable Creates a table in the logging store.
Public method ExecuteNonQuery Executes a Transact-SQL query that does not return any rows.
Public method ExecuteReader Executes a Transact-SQL query that returns a rowset.
Public method OnProvisioning This method is called to allow providers to perform any kind of initialization of SQL database, such as creation of tables and/or sprocs.
Public method OnUnprovisioning This method is called to allow providers to revert any actions performed during provisioning of the provider.
Public method WriteDataRowToServer Writes a row of data into a table in the logging store. The table should have been created with [CreateTable].

Top

See also

Reference

ILoggingProvider interface

Microsoft.SharePoint.Administration namespace