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.
示例
请参阅
参考
Microsoft.SqlServer.Management.Smo 命名空间