Propriété CreateStatistics
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 CreateStatistics As TableEvent
Get
'Utilisation
Dim value As TableEvent
value = TableEvent.CreateStatistics
public static TableEvent CreateStatistics { get; }
public:
static property TableEvent^ CreateStatistics {
TableEvent^ get ();
}
static member CreateStatistics : TableEvent
static function get CreateStatistics () : TableEvent
Valeur de propriété
Type : Microsoft.SqlServer.Management.Smo. . :: . .TableEvent
A TableEvent object that represents the CreateStatistics event that can be included in the table event set.
Voir aussi