NET Logging Library
StoredProcedureName Property (IAutoSetupStoredProcedure)



KellermanSoftware.NetLoggingLibrary.Targets Namespace > IAutoSetupStoredProcedure Interface : StoredProcedureName Property
The name of the stored procedure used for logging
Syntax
Property StoredProcedureName As String
Dim instance As IAutoSetupStoredProcedure
Dim value As String
 
instance.StoredProcedureName = value
 
value = instance.StoredProcedureName
string StoredProcedureName {get; set;}
property String^ StoredProcedureName {
   String^ get();
   void set (    String^ 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