xSQL Schema Compare SDK for SQL Server version 12
EdgeConstraintNodePair Constructor


The FROM EdgeConstraintNode graph node, the edge constraint is enforced on.
The TO EdgeConstraintNode graph node, the edge constraint is enforced on.
The parent SqlEdgeConstraint object to which the node set belongs.
Initializes a new instance of the EdgeConstraintNodePair class with the specified nodes.
Syntax
'Declaration
 
Public Function New( _
   ByVal id As System.Integer, _
   ByVal fromNode As EdgeConstraintNode, _
   ByVal toNode As EdgeConstraintNode, _
   ByVal parent As SqlEdgeConstraint _
)
public EdgeConstraintNodePair( 
   System.int id,
   EdgeConstraintNode fromNode,
   EdgeConstraintNode toNode,
   SqlEdgeConstraint parent
)
public: EdgeConstraintNodePair( 
   System.int id,
   EdgeConstraintNode* fromNode,
   EdgeConstraintNode* toNode,
   SqlEdgeConstraint* parent
)

Parameters

id
fromNode
The FROM EdgeConstraintNode graph node, the edge constraint is enforced on.
toNode
The TO EdgeConstraintNode graph node, the edge constraint is enforced on.
parent
The parent SqlEdgeConstraint object to which the node set belongs.
Exceptions
ExceptionDescription
System.ArgumentNullException

The fromNode parameter is null

or

The toNode parameter is null

or

The parent 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

EdgeConstraintNodePair Class
EdgeConstraintNodePair Members

 

 


©Copyright 2022 xSQL Software. All Rights Reserved.

Send Feedback