Server.IsCaseSensitive Property

Gets the IsCaseSensitive property value.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
<SfcPropertyAttribute> _
Public ReadOnly Property IsCaseSensitive As Boolean
    Get
'Usage
Dim instance As Server
Dim value As Boolean

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

Property Value

Type: System.Boolean
Boolean

Implements

IServerInformation.IsCaseSensitive