Свойство DropStatistics

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 DropStatistics As TableEvent
    Get
'Применение
Dim value As TableEvent

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

Значение свойства

Тип Microsoft.SqlServer.Management.Smo. . :: . .TableEvent
A TableEvent object that represents the DropStatistics event that can be included in the table event set.