Compartir a través de


TableEvent.DropStatistics Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public Shared ReadOnly Property DropStatistics As TableEvent 
    Get
'Uso
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

Valor de la propiedad

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

Ejemplos

Controlar eventos SMO

Vea también

Referencia

TableEvent Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo

Otros recursos

Controlar eventos SMO