See Also

Table Class  | RedGate.SQLCompare.Engine Namespace

See Also RedGate.SQLCompare.Engine Send comments on this topic.

Table Class Members

RedGate.SQLCompare.Engine Namespace : Table Class

Table overview

Public Properties

Public Property CheckConstraints The table's check constraints.
Public Property Database (Inherited from SchemaObject)The database to which the object belongs.
Public Property ExtendedProperties (Inherited from ViewTableSuperClass)The extended properties defined for the table or view.
Public Property Fields (Inherited from ViewTableSuperClass)The fields belonging to the table or view.
Public Property FileGroup The filegroup on which the table is defined.
Public Property ForeignKeys The table's foreign keys.
Public Property FullTextCatalog The full-text catalog defined for the table.
Public Property FullTextIndex The full-text index for the table.
Public Property FullTextIndexed True if the table is full-text indexed.
Public Property FullyQualifiedName (Inherited from SchemaObject)The fully-qualified name of the object.
Public Property Indexes (Inherited from ViewTableSuperClass)The indexes defined on the table or view.
Public Property IsPartitioned Indicates whether the table is partitioned. This is a SQL Server 2005 feature.
Public Property Name (Inherited from SchemaObject) The name of the object.
Public Property ObjectType Overridden. Returns ObjectType.Table
Public Property Owner (Inherited from SchemaObject) The owner or the schema of the object.
Public Property PartitionedField Indicates the field over which the table is partitioned. This is a SQL Server 2005 feature.
Public Property PartitionScheme The partition scheme for this table. This is a SQL Server 2005 feature.
Public Property Permissions (Inherited from SchemaObject)The permissions on the object.
Public Property ScriptSource (Inherited from SchemaObject) The location of the creation script for this object if the database source is set to scripts folder.
Public Property ScriptSourceAuthorization (Inherited from SchemaObject) The location of the creation script for the ALTER AUTHORIZATION statement for this object if the database source is set to scripts folder.
Public Property ScriptSourceForFullTextTable The location of the creation script for the fulltext table statement for this table if the database source is set to scripts folder.
Public Property TextFileGroup The filegroup on which the text in the table is defined.
Public Property Triggers (Inherited from ViewTableSuperClass)The triggers defined on the table or view.

Public Methods

Public Method Equals Overloaded. Overridden. Compares the table with a specified table.
Public Method ScriptObject Overridden.  Scripts the object.
Public Method ToString (Inherited from SchemaObject) Returns the fully-qualified name of the object prefixed with the object type.

See Also

Table Class  | RedGate.SQLCompare.Engine Namespace

 

 


© 2003 - 2007 Red Gate Software Ltd. All Rights Reserved.