Propriedade do RDL LikePredicate.OdbcEscape
Gets or sets a value that indicates whether the escape is defined by using Open Database Connectivity (ODBC) delimiters.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxe
'Declaração
Public Property OdbcEscape As Boolean
Get
Set
'Uso
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)
Valor da propriedade
Tipo: System.Boolean
true if the escape is defined by using ODBC delimiters; otherwise, false.