Propriedade do RDL SfcCollatedDictionaryCollection<T, K, ParentT>.IgnoreCase
Gets or sets a value indicating whether the collection is case-sensitive. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
Protected Property IgnoreCase As Boolean
Get
Set
'Uso
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)
Valor da propriedade
Tipo: System.Boolean
true if the collection ignores case; false if the collection is case-sensitive. The default is false.