Partager via


Propriété IServerInformation.IsCaseSensitive

Gets a value that indicates whether the server uses case-sensitive.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
<DisplayNameKeyAttribute("Server_IsCaseSensitiveName")> _
<DisplayDescriptionKeyAttribute("Server_IsCaseSensitiveDesc")> _
ReadOnly Property IsCaseSensitive As Boolean 
    Get
'Utilisation
Dim instance As IServerInformation 
Dim value As Boolean 

value = instance.IsCaseSensitive
[DisplayNameKeyAttribute("Server_IsCaseSensitiveName")]
[DisplayDescriptionKeyAttribute("Server_IsCaseSensitiveDesc")]
bool IsCaseSensitive { get; }
[DisplayNameKeyAttribute(L"Server_IsCaseSensitiveName")]
[DisplayDescriptionKeyAttribute(L"Server_IsCaseSensitiveDesc")]
property bool IsCaseSensitive {
    bool get ();
}
[<DisplayNameKeyAttribute("Server_IsCaseSensitiveName")>]
[<DisplayDescriptionKeyAttribute("Server_IsCaseSensitiveDesc")>]
abstract IsCaseSensitive : bool
function get IsCaseSensitive () : boolean

Valeur de propriété

Type : System.Boolean
true if the server uses case-sensitive; otherwise, false.

Voir aussi

Référence

IServerInformation Interface

Espace de noms Microsoft.SqlServer.Management.Smo