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