Partager via


Propriété LikePredicate.OdbcEscape

Gets or sets a value that indicates whether the escape is defined by using Open Database Connectivity (ODBC) delimiters.

Espace de noms :  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly :  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntaxe

'Déclaration
Public Property OdbcEscape As Boolean 
    Get 
    Set
'Utilisation
Dim instance As LikePredicate 
Dim value As Boolean 

value = instance.OdbcEscape

instance.OdbcEscape = value
public bool OdbcEscape { get; set; }
public:
property bool OdbcEscape {
    bool get ();
    void set (bool value);
}
member OdbcEscape : bool with get, set
function get OdbcEscape () : boolean 
function set OdbcEscape (value : boolean)

Valeur de propriété

Type : System.Boolean
true if the escape is defined by using ODBC delimiters; otherwise, false.

Voir aussi

Référence

LikePredicate Classe

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom