다음을 통해 공유


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)