共用方式為


Table.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.

請參閱

參考

Table 類別

Microsoft.SqlServer.Management.Smo 命名空間

其他資源

資料表

CREATE TABLE (Transact-SQL)