Поделиться через


Свойство OrdinalIgnoreCase

Gets the CollationInfo object that internally performs case-insensitive ordinal string comparisons.

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

Синтаксис

'Декларация
Public Shared ReadOnly Property OrdinalIgnoreCase As CollationInfo
    Get
'Применение
Dim value As CollationInfo

value = CollationInfo.OrdinalIgnoreCase
public static CollationInfo OrdinalIgnoreCase { get; }
public:
static property CollationInfo^ OrdinalIgnoreCase {
    CollationInfo^ get ();
}
static member OrdinalIgnoreCase : CollationInfo
static function get OrdinalIgnoreCase () : CollationInfo

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

Тип: Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .CollationInfo
The CollationInfo object that internally performs case-insensitive ordinal string comparisons.