xSQL Schema Compare SDK for SQL Server version 12
SqlAssemblyFilePair Constructor


The left member of the pair.
The right member of the pair.
The parent assembly pair.
Initializes a new instance of the SqlAssemblyFilePair class with the specified members and parent assembly.
Syntax
'Declaration
 
Public Function New( _
   ByVal leftFile As SqlAssemblyFile, _
   ByVal rightFile As SqlAssemblyFile, _
   ByVal parentPair As SqlAssemblyPair _
)
public SqlAssemblyFilePair( 
   SqlAssemblyFile leftFile,
   SqlAssemblyFile rightFile,
   SqlAssemblyPair parentPair
)
public: SqlAssemblyFilePair( 
   SqlAssemblyFile* leftFile,
   SqlAssemblyFile* rightFile,
   SqlAssemblyPair* parentPair
)

Parameters

leftFile
The left member of the pair.
rightFile
The right member of the pair.
parentPair
The parent assembly pair.
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

SqlAssemblyFilePair Class
SqlAssemblyFilePair Members

 

 


©Copyright 2022 xSQL Software. All Rights Reserved.

Send Feedback