Compartilhar via


Propriedade IsCaseSensitive

Gets the IsCaseSensitive property value.

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

Sintaxe

'Declaração
<SfcPropertyAttribute> _
Public ReadOnly Property IsCaseSensitive As Boolean
    Get
'Uso
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

Valor da propriedade

Tipo: System. . :: . .Boolean
Boolean

Implementa

IServerInformation. . :: . .IsCaseSensitive