Events 속성
Gets the events associated with the view.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo
구문
‘선언
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.