DbSyncTableDescription Members

Represents the schema of a table that is included in the Tables list of a DbSyncScopeDescription object. This is used during database provisioning.

The following tables list the members exposed by the DbSyncTableDescription type.

Public Constructors

  Name Description
Public method DbSyncTableDescription Overloaded. Initializes a new instance of the DbSyncTableDescription class.

Top

Public Properties

  Name Description
Public property Columns Gets a list of DbSyncColumnDescription objects that represent the columns in a table.
Public property Constraints Gets a list of DbSyncForeignKeyConstraint objects that represent the foreign key constraints that apply to a table.
Public property GlobalName Gets or sets the name, including database-specific delimiters, that other nodes in a synchronization topology use to identify a table.
Public property IsTableMapped Gets whether GlobalName and LocalName are the same.
Public property LocalName Gets or sets the name, including database-specific delimiters, that the local node in a synchronization topology uses to identify a table.
Public property NonPkColumns Gets a list of DbSyncColumnDescription objects that represent all columns in a table other than the primary key columns.
Public property PkColumns Gets a list of DbSyncColumnDescription objects that represent all primary key columns in a table.
Public property UnquotedGlobalName Gets or sets the name, not including database-specific delimiters, that other nodes in a synchronization topology use to identify a table.
Public property UnquotedLocalName Gets or sets the name, not including database-specific delimiters, that the local node in a synchronization topology uses to identify a table.

Top

Public Methods

(see also Protected Methods )

  Name Description
Public method Equals  Overloaded. (Inherited from Object.)
Public method GetHashCode  (Inherited from Object.)
Public method GetType  (Inherited from Object.)
Public method Dd919016.static(en-us,SQL.105).gif ReferenceEquals  (Inherited from Object.)
Public method ToString Overridden. Returns a string that represents the DbSyncTableDescription object.

Top

Protected Methods

  Name Description
Protected method Finalize  (Inherited from Object.)
Protected method MemberwiseClone  (Inherited from Object.)

Top

See Also

Reference

DbSyncTableDescription Class
Microsoft.Synchronization.Data Namespace