SynonymBaseType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the type of base object of a synonym.
public enum SynonymBaseType
type SynonymBaseType =
Public Enum SynonymBaseType
- Inheritance
-
SynonymBaseType
Fields
ClrAggregateFunction | 12 | Assembly (CLR) Aggregate Function |
ClrScalarFunction | 10 | Assembly (CLR) Scalar Function |
ClrStoredProcedure | 9 | Assembly (CLR) Stored Procedure |
ClrTableValuedFunction | 11 | Assembly (CLR) Table-valued Function |
ExtendedStoredProcedure | 7 | Extended Stored Procedure |
None | 0 | None |
ReplicationFilterProcedure | 8 | Replication-filter-procedure |
SqlInlineTableValuedFunction | 6 | Sql Inline-table-valued Function |
SqlScalarFunction | 4 | Sql Scalar Function |
SqlStoredProcedure | 3 | Sql Stored Procedure |
SqlTableValuedFunction | 5 | Sql Table-valued Function |
Table | 1 | Table |
View | 2 | View |