Propriedade do RDL Events
Gets the index events supported by the Index object.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
Public ReadOnly Property Events As IndexEvents
Get
'Uso
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
Valor da propriedade
Tipo: Microsoft.SqlServer.Management.Smo. . :: . .IndexEvents
An IndexEvents object that represents the index events supported by the Index object.
Consulte também