Share via


SfcCollatedDictionaryCollection<T, K, ParentT>.IgnoreCase プロパティ

コレクションで大文字と小文字が区別されるかどうかを示す値を取得または設定します。 このメンバーをコード内で直接参照しないでください。このメンバーは、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、コレクションで大文字と小文字が区別される場合は false です。既定値は false です。

関連項目

参照

SfcCollatedDictionaryCollection<T, K, ParentT> クラス

Microsoft.SqlServer.Management.Sdk.Sfc 名前空間