SynonymBaseType Enumeration
The SynonymBaseType enumeration contains constant values that specify the type of synonym.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SqlEnum (in microsoft.sqlserver.sqlenum.dll)
Syntax
'Deklaracja
Public Enumeration SynonymBaseType
public enum SynonymBaseType
public enum class SynonymBaseType
public enum SynonymBaseType
public enum SynonymBaseType
Members
| Member name | Description |
|---|---|
| ClrAggregateFunction | Synonym is a CLR aggregate function. |
| ClrScalarFunction | Synonym is a CLR scalar function. |
| ClrStoredProcedure | Synonym is a CLR stored procedure. |
| ClrTableValuedFunction | |
| ExtendedStoredProcedure | Synonym is an extended stored procedure. |
| None | No type. |
| ReplicationFilterProcedure | Synonym is a replication filter procedure. |
| SqlInlineTableValuedFunction | |
| SqlScalarFunction | |
| SqlStoredProcedure | |
| SqlTableValuedFunction | Synonym is a Transact-SQL table valued function. |
| Table | Synonym is a table. |
| View | Synonym is a view. |
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.