NET Logging Library
CreateStoredProcedure Method (IAutoSetupStoredProcedure)



KellermanSoftware.NetLoggingLibrary.Targets Namespace > IAutoSetupStoredProcedure Interface : CreateStoredProcedure Method
Logic for creating the stored procedure based on the specified log table
Syntax
Sub CreateStoredProcedure( _
   ByVal storedProcedureName As String, _
   ByVal tableName As String _
) 
Dim instance As IAutoSetupStoredProcedure
Dim storedProcedureName As String
Dim tableName As String
 
instance.CreateStoredProcedure(storedProcedureName, tableName)
void CreateStoredProcedure( 
   string storedProcedureName,
   string tableName
)
void CreateStoredProcedure( 
   String^ storedProcedureName,
   String^ tableName
) 

Parameters

storedProcedureName
tableName
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

IAutoSetupStoredProcedure Interface
IAutoSetupStoredProcedure Members