Index.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.

示例

创建、更改和删除索引

请参阅

参考

Index 类

Microsoft.SqlServer.Management.Smo 命名空间

其他资源

索引

CREATE INDEX (Transact-SQL)