Share via


Clase ReplicationColumn

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

Jerarquía de herencia

System. . :: . .Object
  Microsoft.SqlServer.Replication..::..ReplicationColumn

Espacio de nombres:  Microsoft.SqlServer.Replication
Ensamblado:  Microsoft.SqlServer.Rmo (en Microsoft.SqlServer.Rmo.dll)

Sintaxis

'Declaración
Public NotInheritable Class ReplicationColumn
'Uso
Dim instance As ReplicationColumn
public sealed class ReplicationColumn
public ref class ReplicationColumn sealed
[<SealedAttribute>]
type ReplicationColumn =  class end
public final class ReplicationColumn

El tipo ReplicationColumn expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público ReplicationColumn Creates a new instance of the ReplicationColumn class.

Arriba

Propiedades

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

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Comentarios

This namespace, class, or member is supported only in version 2.0 of the .NET Framework.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.