Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets the index events supported by the Index object.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public ReadOnly Property Events As IndexEvents
Get
'Usage
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
Property Value
Type: Microsoft.SqlServer.Management.Smo.IndexEvents
An IndexEvents object that represents the index events supported by the Index object.
Examples
Creating, Altering, and Removing Indexes
See Also
Reference
Microsoft.SqlServer.Management.Smo Namespace