NET Logging Library
CreateTable Method (MsAccessTarget)



KellermanSoftware.NetLoggingLibrary.Targets Namespace > MsAccessTarget Class : CreateTable Method
The name of the table
Create a logging table in the database
Syntax
Public Sub CreateTable( _
   ByVal tableName As String _
) 
Dim instance As MsAccessTarget
Dim tableName As String
 
instance.CreateTable(tableName)
public void CreateTable( 
   string tableName
)
public:
void CreateTable( 
   String^ tableName
) 

Parameters

tableName
The name of the table
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MsAccessTarget Class
MsAccessTarget Members