Events 属性

Gets the events that are associated with the table.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
Public ReadOnly Property Events As TableEvents
    Get
用法
Dim instance As Table
Dim value As TableEvents

value = instance.Events
public TableEvents Events { get; }
public:
property TableEvents^ Events {
    TableEvents^ get ();
}
member Events : TableEvents
function get Events () : TableEvents

属性值

类型:Microsoft.SqlServer.Management.Smo. . :: . .TableEvents
A TableEvents object that represents the table events.