Dela via


RelationshipClass.IsOrderedComparison Property

Gets whether the order is important in the comparison of the related elements.

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public ReadOnly Property IsOrderedComparison As Boolean
'Usage
Dim instance As RelationshipClass 
Dim value As Boolean 

value = instance.IsOrderedComparison
public bool IsOrderedComparison { get; }
public:
property bool IsOrderedComparison {
    bool get ();
}
public function get IsOrderedComparison () : boolean

Property Value

Type: System.Boolean
Returns True if the order is important; otherwise, False.

.NET Framework Security

See Also

Reference

RelationshipClass Class

RelationshipClass Members

Microsoft.Data.Schema.SchemaModel Namespace