Propriedade do RDL ServerSelectionAdapter.IsCaseSensitive
Gets a Boolean value that specifies whether the server uses case-sensitive syntax.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
Public ReadOnly Property IsCaseSensitive As Boolean
Get
'Uso
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
Valor da propriedade
Tipo: System.Boolean
A Boolean value, True if the server uses case-sensitive syntax, otherwise False.
Implementa
IServerSelectionFacet.IsCaseSensitive