NET Logging Library
AutoCreateStoredProcedure Property (OracleTarget)



KellermanSoftware.NetLoggingLibrary.Targets Namespace > OracleTarget Class : AutoCreateStoredProcedure Property
If true, the stored procedure will automatically be created if it does not exist when the first message is logged. The default is true.
Syntax
Public Property AutoCreateStoredProcedure As Boolean
Dim instance As OracleTarget
Dim value As Boolean
 
instance.AutoCreateStoredProcedure = value
 
value = instance.AutoCreateStoredProcedure
public bool AutoCreateStoredProcedure {get; set;}
public:
property bool AutoCreateStoredProcedure {
   bool get();
   void set (    bool value);
}
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

OracleTarget Class
OracleTarget Members