ITableBasedExpression 接口

定义

一个接口,用于授予对与给定表源关联的可选 ITableBase 项的访问权限。

此类型通常由数据库提供程序 (和其他扩展) 使用。 它通常不用于应用程序代码。

public interface ITableBasedExpression
type ITableBasedExpression = interface
Public Interface ITableBasedExpression
派生

属性

Table

ITableBase与给定表源关联的 (如果有)。

适用于