TransactionOpen Method
See Also 
SourceCode.Data.Logging Namespace > IDataLoggingProvider Interface : TransactionOpen Method



Glossary Item Box

Syntax

Visual Basic (Declaration)  
<SourceCode.Diagnostics.Logging.LogMessageAttribute(Id=18, 
   Level=LogLevel.Informational, 
   Version=1)>
Sub TransactionOpen() 
Visual Basic (Usage) Copy Code
Dim instance As IDataLoggingProvider
 
instance.TransactionOpen()
C#  
[SourceCode.Diagnostics.Logging.LogMessage(Id=18, 
   Level=LogLevel.Informational, 
   Version=1)]
void TransactionOpen()
C++/CLI  
[SourceCode.Diagnostics.Logging.LogMessage(Id=18, 
   Level=LogLevel.Informational, 
   Version=1)]
void TransactionOpen(); 

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