xSQL.SchemaCompare.SqlServer Namespace > SqlSchemaPair Class : SqlSchemaPair Constructor |
'Declaration Public Function New( _ ByVal leftSchema As SqlSchema, _ ByVal rightSchema As SqlSchema, _ ByVal parentPair As SqlDatabasePair _ )
public SqlSchemaPair( SqlSchema leftSchema, SqlSchema rightSchema, SqlDatabasePair parentPair )
public: SqlSchemaPair( SqlSchema* leftSchema, SqlSchema* rightSchema, SqlDatabasePair* parentPair )
Exception | Description |
---|---|
System.ArgumentNullException | The leftSchema and rightSchema parameters are both null or The parentPair parameter is null |
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