DatabaseObjectType Enumerazione
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Enumerazione per i tipi di oggetto di database Per supportare la descrizione localizzata, usa 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
- Ereditarietà
-
DatabaseObjectType
- Attributi
Campi
| Nome | Valore | Descrizione |
|---|---|---|
| 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 |