Compartir a través de


SfcCollatedDictionaryCollection<T, K, ParentT>.IgnoreCase Propiedad

Gets or sets a value indicating whether the collection is case-sensitive. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.

Espacio de nombres:  Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado:  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxis

'Declaración
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 de la propiedad

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

Vea también

Referencia

SfcCollatedDictionaryCollection<T, K, ParentT> Clase

Espacio de nombres Microsoft.SqlServer.Management.Sdk.Sfc