Share via


ReplicationColumn Members

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

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

Public Constructors

  Name Description
ReplicationColumn Creates a new instance of the ReplicationColumn class.

Top

Public Properties

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

Top

Public Methods

(see also Protected Methods )

  Name Description
ms158239.pubmethod(en-US,SQL.90).gif Equals  Overloaded. (inherited from Object )
ms158239.pubmethod(en-US,SQL.90).gif GetHashCode  (inherited from Object )
ms158239.pubmethod(en-US,SQL.90).gif GetType  (inherited from Object )
ms158239.pubmethod(en-US,SQL.90).gifms158239.static(en-US,SQL.90).gif ReferenceEquals  (inherited from Object )
ms158239.pubmethod(en-US,SQL.90).gif ToString  (inherited from Object )

Top

Protected Methods

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

Top

See Also

Reference

ReplicationColumn Class
Microsoft.SqlServer.Replication Namespace