xSQL Schema Compare SDK for SQL Server version 12
SqlAssemblyPair Constructor


The left member of the pair.
The right member of the pair.
The database that contains the pair of assemblies.
Initializes a new instance of the SqlAssemblyPair class with the specified members and parent database.
Syntax
'Declaration
 
Public Function New( _
   ByVal leftAssembly As SqlAssembly, _
   ByVal rightAssembly As SqlAssembly, _
   ByVal parentPair As SqlDatabasePair _
)
public SqlAssemblyPair( 
   SqlAssembly leftAssembly,
   SqlAssembly rightAssembly,
   SqlDatabasePair parentPair
)
public: SqlAssemblyPair( 
   SqlAssembly* leftAssembly,
   SqlAssembly* rightAssembly,
   SqlDatabasePair* parentPair
)

Parameters

leftAssembly
The left member of the pair.
rightAssembly
The right member of the pair.
parentPair
The database that contains the pair of assemblies.
Exceptions
ExceptionDescription
System.ArgumentNullException

The leftAssembly and rightAssembly 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

SqlAssemblyPair Class
SqlAssemblyPair Members

 

 


©Copyright 2022 xSQL Software. All Rights Reserved.

Send Feedback