Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.