xSQL Schema Compare SDK for SQL Server version 12
Item(String,String,String,String) Property


The from node schema.
The from node name.
The to node schema.
The to node name.
Gets the EdgeConstraintNodePair element with the specified from and to nodes.
Syntax
'Declaration
 
Public Overloads Shadows ReadOnly Property Item( _
   ByVal fromSchema As System.String, _
   ByVal fromName As System.String, _
   ByVal toSchema As System.String, _
   ByVal toName As System.String _
) As EdgeConstraintNodePair
public new EdgeConstraintNodePair Item( 
   System.string fromSchema,
   System.string fromName,
   System.string toSchema,
   System.string toName
) {get;}
public: __property new EdgeConstraintNodePair* get_Item( 
   System.string* fromSchema,
   System.string* fromName,
   System.string* toSchema,
   System.string* toName
);

Parameters

fromSchema
The from node schema.
fromName
The from node name.
toSchema
The to node schema.
toName
The to node name.

Property Value

A EdgeConstraintNodePair element whose from and to node matches the specified settings.
Exceptions
ExceptionDescription
System.ArgumentNullException

The fromSchema parameter is null

or

The fromName parameter is null

or

The fromSchema parameter is null

or

The toSchema parameter is null

or

The toName parameter is null

System.ArgumentException

The fromSchema parameter is an empty string.

or

The fromName parameter is an empty string.

or

The toSchema parameter is an empty string.

or

The toName parameter is an empty string.

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

EdgeConstraintNodePairCollection Class
EdgeConstraintNodePairCollection Members
Overload List

 

 


©Copyright 2022 xSQL Software. All Rights Reserved.

Send Feedback