Condividi tramite


Proprietà IsCaseSensitive

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

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property IsCaseSensitive As Boolean
    Get
'Utilizzo
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

Valore proprietà

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

Implementa

IServerSelectionFacet. . :: . .IsCaseSensitive