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.