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 | |
---|---|---|
![]() |
DbSyncTableDescription | Overloaded. Initializes a new instance of the DbSyncTableDescription class. |
Top
Public Properties
Name | Description | |
---|---|---|
![]() |
Columns | Gets a list of DbSyncColumnDescription objects that represent the columns in a table. |
![]() |
Constraints | Gets a list of DbSyncForeignKeyConstraint objects that represent the foreign key constraints that apply to a table. |
![]() |
GlobalName | Gets or sets the name, including database-specific delimiters, that other nodes in a synchronization topology use to identify a table. |
![]() |
IsTableMapped | Gets whether GlobalName and LocalName are the same. |
![]() |
LocalName | Gets or sets the name, including database-specific delimiters, that the local node in a synchronization topology uses to identify a table. |
![]() |
NonPkColumns | Gets a list of DbSyncColumnDescription objects that represent all columns in a table other than the primary key columns. |
![]() |
PkColumns | Gets a list of DbSyncColumnDescription objects that represent all primary key columns in a table. |
![]() |
UnquotedGlobalName | Gets or sets the name, not including database-specific delimiters, that other nodes in a synchronization topology use to identify a table. |
![]() |
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 | |
---|---|---|
![]() |
Equals | Overloaded. (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() ![]() |
ReferenceEquals | (Inherited from Object.) |
![]() |
ToString | Overridden. Returns a string that represents the DbSyncTableDescription object. |
Top
Protected Methods
Name | Description | |
---|---|---|
![]() |
Finalize | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
Top
See Also
Reference
DbSyncTableDescription Class
Microsoft.Synchronization.Data Namespace