Share via


SyncSchemaColumn Members

Represents the schema of a column in a SyncSchemaTable.

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

Public Properties

  Name Description
Public property AllowNull Gets or sets a value that indicates whether null values are allowed in this column.
Public property AutoIncrement Gets or sets a value indicating whether the column automatically increments its value when new rows are inserted into the table.
Public property AutoIncrementSeed Gets or sets the starting value for a column that has its AutoIncrement property set to true.
Public property AutoIncrementStep Gets or sets the increment for a column that has its AutoIncrement property set to true.
Public property Collation Gets or sets the collation for the column. Collation is a set of rules that determines how data is compared, ordered, and presented.
Public property ColumnName Gets or sets the name of the column.
Public property DataType Gets or sets a Type object that represents the type of data stored in the column.
Public property DefaultValue Gets or sets the default value for the column when new rows are created.
Public property MaxLength Gets or sets the maximum length of a text column.
Public property NumericPrecision Gets of sets the numeric precision for the column if the data type is Decimal.
Public property NumericScale Gets of sets the numeric scale for the column when the data type is Decimal.
Public property ProviderDataType Gets or sets the SQL Server data type of the column.
Public property RowGuid Gets or sets whether the column is a Guid.
Public property Unique Gets or sets whether the values in each row of the column must be unique.

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 Bb734548.static(en-us,SQL.105).gif ReferenceEquals  (Inherited from Object.)
Public method ToString  (Inherited from Object.)

Top

Protected Methods

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

Top

See Also

Reference

SyncSchemaColumn Class
Microsoft.Synchronization.Data Namespace