IsCaseSensitive 屬性
Gets a Boolean value that specifies case sensitivity.
命名空間: Microsoft.SqlServer.Management.Smo
組件: Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)
語法
'宣告
<DisplayNameKeyAttribute("Server_IsCaseSensitiveName")> _
<DisplayDescriptionKeyAttribute("Server_IsCaseSensitiveDesc")> _
ReadOnly Property IsCaseSensitive As Boolean
Get
'用途
Dim instance As IServerInformation
Dim value As Boolean
value = instance.IsCaseSensitive
[DisplayNameKeyAttribute("Server_IsCaseSensitiveName")]
[DisplayDescriptionKeyAttribute("Server_IsCaseSensitiveDesc")]
bool IsCaseSensitive { get; }
[DisplayNameKeyAttribute(L"Server_IsCaseSensitiveName")]
[DisplayDescriptionKeyAttribute(L"Server_IsCaseSensitiveDesc")]
property bool IsCaseSensitive {
bool get ();
}
[<DisplayNameKeyAttribute("Server_IsCaseSensitiveName")>]
[<DisplayDescriptionKeyAttribute("Server_IsCaseSensitiveDesc")>]
abstract IsCaseSensitive : bool
function get IsCaseSensitive () : boolean