SynonymBaseType Énumération
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.
Spécifie le type d’objet de base d’un synonyme.
public enum SynonymBaseType
type SynonymBaseType =
Public Enum SynonymBaseType
- Héritage
-
SynonymBaseType
Champs
| Nom | Valeur | Description |
|---|---|---|
| None | 0 | None |
| Table | 1 | Table |
| View | 2 | Afficher |
| SqlStoredProcedure | 3 | Procédure stockée Sql |
| SqlScalarFunction | 4 | Sql Scalar, fonction |
| SqlTableValuedFunction | 5 | Sql Table, fonction |
| SqlInlineTableValuedFunction | 6 | Sql Inline-table, fonction |
| ExtendedStoredProcedure | 7 | Procédure stockée étendue |
| ReplicationFilterProcedure | 8 | Procédure de réplication et de filtrage |
| ClrStoredProcedure | 9 | Procédure stockée d’assembly (CLR) |
| ClrScalarFunction | 10 | Fonction scalaire Assembly (CLR) |
| ClrTableValuedFunction | 11 | Fonction table d’assembly (CLR) |
| ClrAggregateFunction | 12 | Fonction d’agrégation d’assembly (CLR) |