SyncSchemaColumn Class
Represents the schema of a column in a SyncSchemaTable.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)
Syntax
'Declaration
Public Class SyncSchemaColumn
'Usage
Dim instance As SyncSchemaColumn
public class SyncSchemaColumn
public ref class SyncSchemaColumn
public class SyncSchemaColumn
public class SyncSchemaColumn
Remarks
The column is the fundamental building block for creating the schema of a table. Build the schema by adding one or more column objects to the column list. Each column has a DataType property that determines the kind of data that the column contains. For example, you can restrict the data type to integers, or strings, or decimals in the form of .NET Framework types. Each column also has a ProviderDataType property that determines the SQL Server data type of the column. A column object always depends on the table that contains this column.
Inheritance Hierarchy
System.Object
Microsoft.Synchronization.Data.SyncSchemaColumn
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.
See Also
Reference
SyncSchemaColumn Members
Microsoft.Synchronization.Data Namespace