xSQL Schema Compare SDK for SQL Server version 12
SqlLogFilePair Constructor


The left member.
The right member.
The databases that contains the pair of log files.
Initializes a new instance of the SqlLogFilePair class with the specified members and parent database.
Syntax
'Declaration
 
Public Function New( _
   ByVal leftFile As SqlLogFile, _
   ByVal rightFile As SqlLogFile, _
   ByVal parentPair As SqlDatabasePair _
)
public SqlLogFilePair( 
   SqlLogFile leftFile,
   SqlLogFile rightFile,
   SqlDatabasePair parentPair
)
public: SqlLogFilePair( 
   SqlLogFile* leftFile,
   SqlLogFile* rightFile,
   SqlDatabasePair* parentPair
)

Parameters

leftFile
The left member.
rightFile
The right member.
parentPair
The databases that contains the pair of log files.
Exceptions
ExceptionDescription
System.ArgumentNullException

The leftFile and rightFile parameters are both null

or

The parentPair parameter is null

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

SqlLogFilePair Class
SqlLogFilePair Members

 

 


©Copyright 2022 xSQL Software. All Rights Reserved.

Send Feedback