Propriété IgnoreCase
Gets or sets a value indicating whether the collection is case-sensitive. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
Protected Property IgnoreCase As Boolean
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System. . :: . .Boolean
true if the collection ignores case; false if the collection is case-sensitive. The default is false.