NET Logging Library
Connection Property (OleDbTarget)



KellermanSoftware.NetLoggingLibrary.Targets Namespace > OleDbTarget Class : Connection Property
Get or set the database connection associated with this logger
Syntax
<XmlIgnoreAttribute()>
Public Overrides Property Connection As IDbConnection
Dim instance As OleDbTarget
Dim value As IDbConnection
 
instance.Connection = value
 
value = instance.Connection
[XmlIgnore()]
public override IDbConnection Connection {get; set;}
[XmlIgnore()]
public:
property IDbConnection^ Connection {
   IDbConnection^ get() override;
   void set (    IDbConnection^ value) override;
}
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

OleDbTarget Class
OleDbTarget Members