SynonymBaseType Enumeration
Contains constant values that specify the type of synonym.
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
| Member name | Description | |
|---|---|---|
| ClrAggregateFunction | The synonym is a CLR aggregate function. | |
| ClrScalarFunction | The synonym is a CLR scalar function. | |
| ClrStoredProcedure | The synonym is a CLR stored procedure. | |
| ClrTableValuedFunction | The synonym is a CLR table-valued function. | |
| ExtendedStoredProcedure | The synonym is an extended stored procedure. | |
| None | The synonym has no type. | |
| ReplicationFilterProcedure | The synonym is a replication filter procedure. | |
| SqlInlineTableValuedFunction | The synonym is a SQL Server inline table-valued function. | |
| SqlScalarFunction | The synonym is a SQL Server scalar-valued function. | |
| SqlStoredProcedure | The synonym is a SQL Server stored procedure. | |
| SqlTableValuedFunction | The synonym is a SQL Server table-valued function. | |
| Table | The synonym is a SQL Server table. | |
| View | The synonym is a SQL Server view. |
Show: