Compartir a través de


ServerSelectionAdapter.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
Public ReadOnly Property IsCaseSensitive As Boolean 
    Get
'Uso
Dim instance As ServerSelectionAdapter 
Dim value As Boolean 

value = instance.IsCaseSensitive
public bool IsCaseSensitive { get; }
public:
virtual property bool IsCaseSensitive {
    bool get () sealed;
}
abstract IsCaseSensitive : bool 
override IsCaseSensitive : bool
final function get IsCaseSensitive () : boolean

Valor de la propiedad

Tipo: System.Boolean
A Boolean value, True if the server uses case-sensitive syntax, otherwise False.

Implementa

IServerSelectionFacet.IsCaseSensitive

Vea también

Referencia

ServerSelectionAdapter Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo