View.Events 속성

Gets the events associated with the view.

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

구문

‘선언
Public ReadOnly Property Events As ViewEvents 
    Get
‘사용 방법
Dim instance As View 
Dim value As ViewEvents 

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

속성 값

유형: Microsoft.SqlServer.Management.Smo.ViewEvents
A ViewEvents object that represents the view events.

뷰 생성, 변경 및 제거

참고 항목

참조

View 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스

관련 자료

뷰 디자인 및 구현

CREATE VIEW(Transact-SQL)