TableNotification 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示表通知。
[System.Runtime.InteropServices.Guid("98348686-8ACA-4EA8-B62D-77B5BE96176E")]
public sealed class TableNotification
[<System.Runtime.InteropServices.Guid("98348686-8ACA-4EA8-B62D-77B5BE96176E")>]
type TableNotification = class
Public NotInheritable Class TableNotification
- 继承
-
TableNotification
- 属性
构造函数
TableNotification() |
使用默认值初始化 TableNotification 类的新实例。 |
TableNotification(String, String) |
使用指定的表和架构初始化 TableNotification 类的新实例。 |
属性
DbSchemaName |
获取或设置 TableNotification 使用的架构的名称。 |
DbTableName |
获取或设置 TableNotification 使用的表的名称。 |
方法
Clone() |
返回对象的克隆。 |
CopyTo(TableNotification) |
将 TableNotification 对象复制到指定对象。 |