xSQL Schema Compare SDK for SQL Server version 12
EdgeConstraintNode Constructor


The id of the graph node table referenced by the edge constraint.
The schema of the graph node table referenced by the edge constraint.
The name of the graph node table referenced by the edge constraint.
The edge constraint to which the node belongs.
Initializes a new instance of the EdgeConstraintNode class with the specified id, schema, name and parent edge constraint.
Syntax
'Declaration
 
Public Function New( _
   ByVal id As System.Integer, _
   ByVal schema As System.String, _
   ByVal name As System.String, _
   ByVal parent As SqlEdgeConstraint _
)
public EdgeConstraintNode( 
   System.int id,
   System.string schema,
   System.string name,
   SqlEdgeConstraint parent
)
public: EdgeConstraintNode( 
   System.int id,
   System.string* schema,
   System.string* name,
   SqlEdgeConstraint* parent
)

Parameters

id
The id of the graph node table referenced by the edge constraint.
schema
The schema of the graph node table referenced by the edge constraint.
name
The name of the graph node table referenced by the edge constraint.
parent
The edge constraint to which the node belongs.
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

EdgeConstraintNode Class
EdgeConstraintNode Members

 

 


©Copyright 2022 xSQL Software. All Rights Reserved.

Send Feedback