共用方式為


Server.IsCaseSensitive 屬性

Gets the value that indicates whether the case is sensitive.

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.SqlAzureDatabase)> _
Public ReadOnly Property IsCaseSensitive As Boolean 
    Get
'用途
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

屬性值

型別:System.Boolean
True if the case is sensitive; otherwise, false.

實作

IServerInformation.IsCaseSensitive

請參閱

參考

Server 類別

Microsoft.SqlServer.Management.Smo 命名空間