共用方式為


Events 屬性

Gets the index events supported by the Index object.

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
Public ReadOnly Property Events As IndexEvents
    Get
'用途
Dim instance As Index
Dim value As IndexEvents

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

屬性值

型別:Microsoft.SqlServer.Management.Smo. . :: . .IndexEvents
An IndexEvents object that represents the index events supported by the Index object.