IgnoreCase 属性

Gets or sets a value indicating whether the collection is case-sensitive. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。

命名空间:  Microsoft.SqlServer.Management.Sdk.Sfc
程序集:  Microsoft.SqlServer.Management.Sdk.Sfc(在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)

语法

声明
Protected Property IgnoreCase As Boolean
    Get
    Set
用法
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)

属性值

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