Gets or sets a value that indicates whether the escape is defined by using Open Database Connectivity (ODBC) delimiters.
命名空间: Microsoft.SqlServer.TransactSql.ScriptDom
程序集: Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
语法
声明
Public Property OdbcEscape As Boolean
Get
Set
用法
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)
属性值
类型:System.Boolean
true if the escape is defined by using ODBC delimiters; otherwise, false.