This topic has not yet been rated - Rate this topic

SyncSchemaColumn Class

Synchronization Services - ADO.NET 1.0 SP1

Represents the schema of a column in a SyncSchemaTable.

Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)
public class SyncSchemaColumn
public class SyncSchemaColumn
public class SyncSchemaColumn

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.

System.Object
  Microsoft.Synchronization.Data.SyncSchemaColumn
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.