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.
public enum SynonymBaseType
type SynonymBaseType =
Public Enum SynonymBaseType
- Inheritance
-
SynonymBaseType
Fields
ClrAggregateFunction | 1 | |
ClrScalarFunction | 2 | |
ClrStoredProcedure | 3 | |
ClrTableValuedFunction | 4 | |
ExtendedStoredProcedure | 5 | |
None | 0 | |
ReplicationFilterProcedure | 6 | |
SqlInlineTableValuedFunction | 7 | |
SqlScalarFunction | 8 | |
SqlStoredProcedure | 9 | |
SqlTableValuedFunction | 10 | |
Table | 11 | |
View | 12 |