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


Свойство IgnoreCase

Gets or sets a value indicating whether the collection is case-sensitive. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.

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

Синтаксис

'Декларация
Protected Property IgnoreCase As Boolean
    Get
    Set
'Применение
Dim value As Boolean

value = Me.IgnoreCase

Me.IgnoreCase = value
protected bool IgnoreCase { get; set; }
protected:
property bool IgnoreCase {
    bool get ();
    void set (bool value);
}
member IgnoreCase : bool with get, set
function get IgnoreCase () : boolean
function set IgnoreCase (value : boolean)

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

Тип: System. . :: . .Boolean
true if the collection ignores case; false if the collection is case-sensitive. The default is false.