Events 속성

Gets the events that are associated with the table.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo

구문

‘선언
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.