Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets a Boolean value that specifies whether the server uses case-sensitive syntax.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public ReadOnly Property IsCaseSensitive As Boolean
Get
'Usage
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
Property Value
Type: System.Boolean
A Boolean value, True if the server uses case-sensitive syntax, otherwise False.
Implements
IServerSelectionFacet.IsCaseSensitive