UpdateStatistics 属性

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

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
Public Shared ReadOnly Property UpdateStatistics As TableEvent
    Get
用法
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

属性值

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