Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
Represents the schema of a table that is involved in synchronization.
Inheritance Hierarchy
System.Object
Microsoft.Synchronization.Data.SyncSchemaTable
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
Syntax
'Declaration
Public Class SyncSchemaTable
'Usage
Dim instance As SyncSchemaTable
public class SyncSchemaTable
public ref class SyncSchemaTable
type SyncSchemaTable = class end
public class SyncSchemaTable
The SyncSchemaTable type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
![]() |
Collation | Gets or sets the collation of the table. Collation is a set of rules that determines how data is compared, ordered, and presented. |
![]() |
Columns | Gets the SyncSchemaColumns collection that represents the columns in the table. |
![]() |
ForeignKeys | Gets the SyncSchemaForeignKeys collection that represents the foreign keys for the table. |
![]() |
Item | Gets the SyncSchemaColumn object that has the specified name from the SyncSchemaColumns collection. |
![]() |
PrimaryKey | Gets or sets the primary key columns for the table. |
![]() |
TableName | Gets or sets the name of the table. |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
.gif)
.gif)
.gif)