Udostępnij za pośrednictwem


Właściwość IsCaseSensitive

Pobiera wartość właściwość IsCaseSensitive.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Smo
Zestaw:  Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)

Syntax

'Deklaracja
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.SqlAzureDatabase)> _
Public ReadOnly Property IsCaseSensitive As Boolean
    Get
'Użycie
Dim instance As Server
Dim value As Boolean

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

Wartość właściwości

Typ: System. . :: . .Boolean
Boolean

Implementacje

IServerInformation. . :: . .IsCaseSensitive