TableEventSet Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
public sealed class TableEventSet : Microsoft.SqlServer.Management.Smo.EventSetBase
type TableEventSet = class
inherit EventSetBase
Public NotInheritable Class TableEventSet
Inherits EventSetBase
- Héritage
Constructeurs
| Nom | Description |
|---|---|
| TableEventSet() | |
| TableEventSet(TableEvent) | |
| TableEventSet(TableEvent[]) | |
| TableEventSet(TableEventSet) | |
Propriétés
| Nom | Description |
|---|---|
| AlterFulltextIndex |
définir la propriété pour AlterFulltextIndex |
| AlterIndex |
définir la propriété pour AlterIndex |
| AlterTable |
définir la propriété pour AlterTable |
| CreateFulltextIndex |
définir la propriété pour CreateFulltextIndex |
| CreateIndex |
définir la propriété pour CreateIndex |
| CreateSpatialIndex |
définir la propriété pour CreateSpatialIndex |
| CreateStatistics |
définir la propriété pour CreateStatistics |
| CreateXmlIndex |
définir la propriété pour CreateXmlIndex |
| DropFulltextIndex |
définir la propriété pour DropFulltextIndex |
| DropIndex |
définir la propriété pour DropIndex |
| DropStatistics |
définir la propriété pour DropStatistics |
| DropTable |
définir la propriété pour DropTable |
| NumberOfElements | |
| Storage |
stockage bit (Hérité de EventSetBase) |
| UpdateStatistics |
définir la propriété pour UpdateStatistics |
Méthodes
| Nom | Description |
|---|---|
| Add(TableEvent) | |
| Add(TableEventSet, TableEvent) | |
| Copy() | |
| FitsMask(EventSetBase) |
true si elle correspond au masque (Hérité de EventSetBase) |
| HasCommonBits(EventSetBase) |
retourne true si cela et optCompare ont des options courantes définies (Hérité de EventSetBase) |
| Remove(TableEvent) | |
| SetValue(EventSetBase, Boolean) |
valeur définie (Hérité de EventSetBase) |
| Subtract(TableEventSet, TableEvent) | |
| ToString() | |
Opérateurs
| Nom | Description |
|---|---|
| Addition(TableEventSet, TableEvent) | |
| Subtraction(TableEventSet, TableEvent) | |