Propriedade do RDL IServerSelectionFacet.IsCaseSensitive
Gets a Boolean value that specifies whether the server uses case-sensitive syntax.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
<DisplayDescriptionKeyAttribute("Server_IsCaseSensitiveDesc")> _
<DisplayNameKeyAttribute("Server_IsCaseSensitiveName")> _
ReadOnly Property IsCaseSensitive As Boolean
Get
'Uso
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
Valor da propriedade
Tipo: System.Boolean
A Boolean value that specifies whether the server uses case-sensitive syntax, True if the server uses case sensitive syntax, otherwise False.