Condividi tramite


Proprietà SfcCollatedDictionaryCollection<T, K, ParentT>.IgnoreCase

Gets or sets a value indicating whether the collection is case-sensitive. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
Protected Property IgnoreCase As Boolean 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

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

Vedere anche

Riferimento

SfcCollatedDictionaryCollection<T, K, ParentT> Classe

Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc