Classe ReplicationColumn

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

Hierarquia de herança

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

Namespace:  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Rmo (em Microsoft.SqlServer.Rmo.dll)

Sintaxe

'Declaração
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

O tipo ReplicationColumn expõe os membros a seguir.

Construtores

  Nome Descrição
Método público ReplicationColumn Creates a new instance of the ReplicationColumn class.

Início

Propriedades

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

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Comentários

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.

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência