Partager via


Propriété TableEvent.DropStatistics

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

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public Shared ReadOnly Property DropStatistics As TableEvent 
    Get
'Utilisation
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

Valeur de propriété

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

Exemples

Gestion des événements SMO

Voir aussi

Référence

TableEvent Classe

Espace de noms Microsoft.SqlServer.Management.Smo

Autres ressources

Gestion des événements SMO