NET Logging Library
OpenConnection Method (AzureTarget)



KellermanSoftware.NetLoggingLibrary.Targets Namespace > AzureTarget Class : OpenConnection Method
Open the connection to the database
Syntax
Public Overrides Sub OpenConnection( _
   ByVal connectionString As String _
) 
Dim instance As AzureTarget
Dim connectionString As String
 
instance.OpenConnection(connectionString)
public override void OpenConnection( 
   string connectionString
)
public:
void OpenConnection( 
   String^ connectionString
) override 

Parameters

connectionString
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

AzureTarget Class
AzureTarget Members