xSQL Schema Compare SDK for SQL Server version 12
SynonymBaseObjectTypeEnum Enumeration


Defines constants that indicate the type of the base object for a synonym.
Syntax
'Declaration
 
Public Enum SynonymBaseObjectTypeEnum 
   Inherits System.Enum
public enum SynonymBaseObjectTypeEnum : System.Enum 
__value public enum SynonymBaseObjectTypeEnum : public System.Enum 
Members
MemberDescription
Aggregate The base object is an aggregate.
ClrProcedure The base object is a CLR procedure.
ClrScalarFunction The base object is a CLR scalar function.
ClrTableValuedFunction The base object is a CLR table-valued function.
ExtendedStoredProcedure The base object is an extended stored procedure.
ReplicationProcedure The base object is a replication procedure.
SqlInlineTableValuedFunction The base object is a inline function.
SqlProcedure The base object is a stored procedure.
SqlScalarFunction The base object is a scalar function.
SqlTableValuedFunction The base object is a table-valued function.
Table The base object is a table.
Unknown Base object is not known.
View The base object is a view.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         xSQL.Schema.SqlServer.SynonymBaseObjectTypeEnum

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

xSQL.Schema.SqlServer Namespace

 

 


©Copyright 2022 xSQL Software. All Rights Reserved.

Send Feedback