SfcCollatedDictionaryCollection<T, K, ParentT>.IgnoreCase Property
Gets or sets a value indicating whether the collection is case-sensitive. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Protected Property IgnoreCase As Boolean
Get
Set
'Usage
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)
Property Value
Type: System.Boolean
true if the collection ignores case; false if the collection is case-sensitive. The default is false.