TableEvent.UpdateStatistics Property

 

Applies To: SQL Server 2016 Preview

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

public static TableEvent UpdateStatistics { get; }
public:
property TableEvent^ UpdateStatistics {
    static TableEvent^ get();
}
static member UpdateStatistics : TableEvent with get
Public Shared ReadOnly Property UpdateStatistics As 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.

Examples

Legacy Code Example

Handling SMO Events

See Also

TableEvent Class
Microsoft.SqlServer.Management.Smo Namespace
Handling SMO Events

Return to top