Свойство IsBinaryOrdered
Gets 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)
Синтаксис
'Декларация
ReadOnly Property IsBinaryOrdered As Boolean
Get
'Применение
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
Значение свойства
Тип: System. . :: . .Boolean
true if the alias data type is binary ordered; otherwise, false.