Propriété IsCaseSensitive
Gets a Boolean value that specifies whether the server uses case-sensitive syntax.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public ReadOnly Property IsCaseSensitive As Boolean
Get
'Utilisation
Dim instance As ServerSelectionAdapter
Dim value As Boolean
value = instance.IsCaseSensitive
public bool IsCaseSensitive { get; }
public:
virtual property bool IsCaseSensitive {
bool get () sealed;
}
abstract IsCaseSensitive : bool
override IsCaseSensitive : bool
final function get IsCaseSensitive () : boolean
Valeur de propriété
Type : System. . :: . .Boolean
A Boolean value, True if the server uses case-sensitive syntax, otherwise False.
Implémente
Voir aussi