Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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 UpdateStatistics As TableEvent
Get
'Uso
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
Valor de la propiedad
Tipo: Microsoft.SqlServer.Management.Smo.TableEvent
A TableEvent object that represents the UpdateStatistics event that can be included in the table event set.
Ejemplos
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Management.Smo