Freigeben über


IgnoreCase-Eigenschaft

Gets or sets a value indicating whether the collection is case-sensitive. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.

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)

Eigenschaftswert

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