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.
예
참고 항목
참조
Microsoft.SqlServer.Management.Smo 네임스페이스