IsCaseSensitive プロパティ
サーバーが大文字と小文字を区別する構文を使用するかどうかを指定するブール値を取得します。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
<DisplayDescriptionKeyAttribute("Server_IsCaseSensitiveDesc")> _
<DisplayNameKeyAttribute("Server_IsCaseSensitiveName")> _
ReadOnly Property IsCaseSensitive As Boolean
Get
'使用
Dim instance As IServerSelectionFacet
Dim value As Boolean
value = instance.IsCaseSensitive
[DisplayDescriptionKeyAttribute("Server_IsCaseSensitiveDesc")]
[DisplayNameKeyAttribute("Server_IsCaseSensitiveName")]
bool IsCaseSensitive { get; }
[DisplayDescriptionKeyAttribute(L"Server_IsCaseSensitiveDesc")]
[DisplayNameKeyAttribute(L"Server_IsCaseSensitiveName")]
property bool IsCaseSensitive {
bool get ();
}
[<DisplayDescriptionKeyAttribute("Server_IsCaseSensitiveDesc")>]
[<DisplayNameKeyAttribute("Server_IsCaseSensitiveName")>]
abstract IsCaseSensitive : bool
function get IsCaseSensitive () : boolean
プロパティ値
型: System. . :: . .Boolean
サーバーが大文字と小文字を区別する構文を使用するかどうかを指定するブール値。サーバーが大文字と小文字を区別する構文を使用する場合は True、それ以外の場合は、False です。