TableNotification 类

定义

表示表通知。

[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 对象复制到指定对象。

适用于