IsCaseSensitive 屬性
Gets the IsCaseSensitive property value.
命名空間: Microsoft.SqlServer.Management.Smo
組件: Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)
語法
'宣告
<SfcPropertyAttribute> _
Public ReadOnly Property IsCaseSensitive As Boolean
Get
'用途
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