NET Logging Library
AutoCreateStoredProcedure Property (IAutoSetupStoredProcedure)



KellermanSoftware.NetLoggingLibrary.Targets Namespace > IAutoSetupStoredProcedure Interface : AutoCreateStoredProcedure Property
If true, the stored procedure will automatically be checked during initialization and created
Syntax
Property AutoCreateStoredProcedure As Boolean
Dim instance As IAutoSetupStoredProcedure
Dim value As Boolean
 
instance.AutoCreateStoredProcedure = value
 
value = instance.AutoCreateStoredProcedure
bool AutoCreateStoredProcedure {get; set;}
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

IAutoSetupStoredProcedure Interface
IAutoSetupStoredProcedure Members