DatabaseObjectType É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.
Énumération pour les types d’objets de base de données Pour prendre en charge la description localisée, elle utilise LocalizedEnumConverter.
[System.ComponentModel.TypeConverter(typeof(Microsoft.SqlServer.Management.SqlScriptPublish.LocalizedEnumConverter))]
public enum DatabaseObjectType
[<System.ComponentModel.TypeConverter(typeof(Microsoft.SqlServer.Management.SqlScriptPublish.LocalizedEnumConverter))>]
type DatabaseObjectType =
Public Enum DatabaseObjectType
- Héritage
-
DatabaseObjectType
- Attributs
Champs
| Nom | Valeur | Description |
|---|---|---|
| Table | 0 | |
| View | 1 | |
| StoredProcedure | 2 | |
| UserDefinedFunction | 3 | |
| UserDefinedDataType | 4 | |
| User | 5 | |
| Default | 6 | |
| Rule | 7 | |
| DatabaseRole | 8 | |
| ApplicationRole | 9 | |
| SqlAssembly | 10 | |
| DdlTrigger | 11 | |
| Synonym | 12 | |
| XmlSchemaCollection | 13 | |
| Schema | 14 | |
| SecurityPolicy | 15 | |
| PlanGuide | 16 | |
| UserDefinedType | 17 | |
| UserDefinedAggregate | 18 | |
| FullTextCatalog | 19 | |
| UserDefinedTableType | 20 |