IServerSelectionFacet.IsCaseSensitive 属性
Gets a Boolean value that specifies whether the server uses case-sensitive syntax.
命名空间: 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
A Boolean value that specifies whether the server uses case-sensitive syntax, True if the server uses case sensitive syntax, otherwise False.