Compartir a través de


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
Bb734548.pubproperty(en-US,SQL.90).gif AllowNull Gets or sets a value that indicates whether null values are allowed in this column.
Bb734548.pubproperty(en-US,SQL.90).gif AutoIncrement Gets or sets a value indicating whether the column automatically increments its value when new rows are inserted into the table.
Bb734548.pubproperty(en-US,SQL.90).gif AutoIncrementSeed Gets or sets the starting value for a column that has its AutoIncrement property set to true.
Bb734548.pubproperty(en-US,SQL.90).gif AutoIncrementStep Gets or sets the increment for a column that has its AutoIncrement property set to true.
Bb734548.pubproperty(en-US,SQL.90).gif Collation Gets or sets the collation for the column. Collation is a set of rules that determines how data is compared, ordered, and presented.
Bb734548.pubproperty(en-US,SQL.90).gif ColumnName Gets or sets the name of the column.
Bb734548.pubproperty(en-US,SQL.90).gif DataType Gets or sets a Type object that represents the type of data stored in the column.
Bb734548.pubproperty(en-US,SQL.90).gif DefaultValue Gets or sets the default value for the column when new rows are created.
Bb734548.pubproperty(en-US,SQL.90).gif MaxLength Gets or sets the maximum length of a text column.
Bb734548.pubproperty(en-US,SQL.90).gif NumericPrecision Gets of sets the numeric precision for the column if the data type is Decimal.
Bb734548.pubproperty(en-US,SQL.90).gif NumericScale Gets of sets the numeric scale for the column when the data type is Decimal.
Bb734548.pubproperty(en-US,SQL.90).gif ProviderDataType Gets or sets the SQL Server data type of the column.
Bb734548.pubproperty(en-US,SQL.90).gif RowGuid Gets or sets whether the column is a Guid.
Bb734548.pubproperty(en-US,SQL.90).gif 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
Bb734548.pubmethod(en-US,SQL.90).gif Equals  Overloaded. (inherited from Object )
Bb734548.pubmethod(en-US,SQL.90).gif GetHashCode  (inherited from Object )
Bb734548.pubmethod(en-US,SQL.90).gif GetType  (inherited from Object )
Bb734548.pubmethod(en-US,SQL.90).gif Bb734548.static(en-US,SQL.90).gif ReferenceEquals  (inherited from Object )
Bb734548.pubmethod(en-US,SQL.90).gif ToString  (inherited from Object )

Top

Protected Methods

  Name Description
Bb734548.protmethod(en-US,SQL.90).gif Finalize  (inherited from Object )
Bb734548.protmethod(en-US,SQL.90).gif MemberwiseClone  (inherited from Object )

Top

See Also

Reference

SyncSchemaColumn Class
Microsoft.Synchronization.Data Namespace