Freigeben über


ReplicationColumn-Member

Represents a column object in a table that contains information needed by replication.

Der ReplicationColumn-Typ macht die folgenden Member verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode ReplicationColumn Creates a new instance of the ReplicationColumn class.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft AllowNulls Gets or sets whether the column can accept null as a value or not.
Öffentliche Eigenschaft ColumnId Gets or sets the ID value that uniquely identifies the column object.
Öffentliche Eigenschaft Datatype Gets or sets the data type name for this column.
Öffentliche Eigenschaft DriDefaultName Gets or sets the name of the default constraint used by this column.
Öffentliche Eigenschaft InPrimaryKey Gets or sets whether the column is participating in a primary key or not.
Öffentliche Eigenschaft IsIdentity Gets or sets whether this column is an identity column or not.
Öffentliche Eigenschaft IsRowGuidColumn Gets or sets whether the column is used as the globally unique identifier (GUID) for rows in a table or not.
Öffentliche Eigenschaft Name Gets or sets the name of the column.
Öffentliche Eigenschaft PhysicalDatatype Gets or sets the name of the base data type for this column.
Öffentliche Eigenschaft UserData Gets or sets an object property that allows users to attach their own data to this object.

Zum Anfang