ManagedInstance.IsCaseSensitive Property

Definition

Gets a value that indicates whether the server instance is case-sensitive.

public:
 property bool IsCaseSensitive { bool get(); };
[Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcPropertyFlags.Data)]
public bool IsCaseSensitive { get; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcPropertyFlags.Data)>]
member this.IsCaseSensitive : bool
Public ReadOnly Property IsCaseSensitive As Boolean

Property Value

A Boolean value that indicates whether the server instance is case-sensitive. If True, the server instance is case-sensitive. Otherwise, False.

Attributes

Applies to