Condividi tramite


Proprietà IsBinaryOrdered

Gets a value that indicates whether the alias data type is binary ordered.

Spazio dei nomi  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Sintassi

'Dichiarazione
ReadOnly Property IsBinaryOrdered As Boolean
    Get
'Utilizzo
Dim instance As IClrDataType
Dim value As Boolean

value = instance.IsBinaryOrdered
bool IsBinaryOrdered { get; }
property bool IsBinaryOrdered {
    bool get ();
}
abstract IsBinaryOrdered : bool
function get IsBinaryOrdered () : boolean

Valore proprietà

Tipo: System. . :: . .Boolean
true if the alias data type is binary ordered; otherwise, false.