Свойство IsBinaryOrdered

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

Пространство имен:  Microsoft.SqlServer.Management.SqlParser.Metadata
Сборка:  Microsoft.SqlServer.Management.SqlParser (в Microsoft.SqlServer.Management.SqlParser.dll)

Синтаксис

'Декларация
Property IsBinaryOrdered As Boolean
    Get
    Set
'Применение
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)

Значение свойства

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

Реализует

IClrDataType. . :: . .IsBinaryOrdered