TableEvent.UpdateStatistics Property

Gets a table event that can be included in the event set.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Public Shared ReadOnly Property UpdateStatistics As TableEvent
    Get
'Usage
Dim value As TableEvent

value = TableEvent.UpdateStatistics
public static TableEvent UpdateStatistics { get; }
public:
static property TableEvent^ UpdateStatistics {
    TableEvent^ get ();
}
static member UpdateStatistics : TableEvent
static function get UpdateStatistics () : TableEvent

Property Value

Type: Microsoft.SqlServer.Management.Smo.TableEvent
A TableEvent object that represents the UpdateStatistics event that can be included in the table event set.