IsCaseSensitive プロパティ
SQL Server のインスタンスが大文字と小文字を区別するかどうかを示す Boolean 値を取得します。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
<SfcPropertyAttribute> _
Public ReadOnly Property IsCaseSensitive As Boolean
Get
'使用
Dim instance As Information
Dim value As Boolean
value = instance.IsCaseSensitive
[SfcPropertyAttribute]
public bool IsCaseSensitive { get; }
[SfcPropertyAttribute]
public:
property bool IsCaseSensitive {
bool get ();
}
[<SfcPropertyAttribute>]
member IsCaseSensitive : bool
function get IsCaseSensitive () : boolean
プロパティ値
型: System. . :: . .Boolean
SQL Server のインスタンスが大文字と小文字を区別するかどうかを示す Boolean 値です。
True の場合、SQL Server のインスタンスは大文字と小文字を区別します。False (既定値) の場合、大文字と小文字は区別されません。