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