Compartir a través de


IServerSelectionFacet.IsCaseSensitive Propiedad

Gets a Boolean value that specifies whether the server uses case-sensitive syntax.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
<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 de la propiedad

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.

Vea también

Referencia

IServerSelectionFacet Interfaz

Espacio de nombres Microsoft.SqlServer.Management.Smo