IMutableClrDataType.IsBinaryOrdered Property
Gets or sets a value that indicates whether the alias data type is binary ordered.
Namespace: Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
Syntax
'Declaration
Property IsBinaryOrdered As Boolean
Get
Set
'Usage
Dim instance As IMutableClrDataType
Dim value As Boolean
value = instance.IsBinaryOrdered
instance.IsBinaryOrdered = value
bool IsBinaryOrdered { get; set; }
property bool IsBinaryOrdered {
bool get ();
void set (bool value);
}
abstract IsBinaryOrdered : bool with get, set
function get IsBinaryOrdered () : boolean
function set IsBinaryOrdered (value : boolean)
Property Value
Type: System.Boolean
true if the alias data type is binary ordered; otherwise, false.