Freigeben über


ReplicationColumn-Klasse

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

Vererbungshierarchie

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

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

Syntax

'Declaration
Public NotInheritable Class ReplicationColumn
'Usage
Dim instance As ReplicationColumn
public sealed class ReplicationColumn
public ref class ReplicationColumn sealed
[<SealedAttribute>]
type ReplicationColumn =  class end
public final class ReplicationColumn

Der ReplicationColumn-Typ macht folgende Elemente verfügbar.

Konstruktoren

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

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

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

Hinweise

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.

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.