다음을 통해 공유


ReplicationTable 클래스

Represents information on a table object that is required by replication.

상속 계층

System. . :: . .Object
  Microsoft.SqlServer.Replication. . :: . .ReplicationObject
    Microsoft.SqlServer.Replication..::..ReplicationTable

네임스페이스:  Microsoft.SqlServer.Replication
어셈블리:  Microsoft.SqlServer.Rmo(Microsoft.SqlServer.Rmo.dll)

구문

‘선언
Public NotInheritable Class ReplicationTable _
    Inherits ReplicationObject _
    Implements IReplicationDBObject
‘사용 방법
Dim instance As ReplicationTable
public sealed class ReplicationTable : ReplicationObject, 
    IReplicationDBObject
public ref class ReplicationTable sealed : public ReplicationObject, 
    IReplicationDBObject
[<SealedAttribute>]
type ReplicationTable =  
    class
        inherit ReplicationObject
        interface IReplicationDBObject
    end
public final class ReplicationTable extends ReplicationObject implements IReplicationDBObject

ReplicationTable 유형에서 다음 멤버를 표시합니다.

생성자

  이름 설명
공용 메서드 ReplicationTable() () () () Creates a new instance of the ReplicationTable class.
공용 메서드 ReplicationTable(String, String, String, ServerConnection) Creates a new instance of the ReplicationTable class with the specified name and owner, on the specified database, and with the specified connection to an instance of Microsoft SQL Server.

맨 위로 이동

속성

  이름 설명
공용 속성 CachePropertyChanges Gets or sets whether to cache changes made to the replication properties or to apply them immediately. (ReplicationObject에서 상속됨)
공용 속성 ConnectionContext Gets or sets the connection to an instance of Microsoft SQL Server. (ReplicationObject에서 상속됨)
공용 속성 DatabaseName Gets or sets the name of the database that contains the replication table.
공용 속성 HasBigIntColumn Gets whether or not the table has at least one column of the bigint data type.
공용 속성 HasBigIntIdentityColumn Gets whether or not the table has at least one identity column of the bigint data type.
공용 속성 HasColumnSetColumn Gets whether the table has a column set defined.
공용 속성 HasGuidColumn Gets whether or not the table has at least one globally unique identifier column.
공용 속성 HasHierarchyidColumn Gets whether the table has a hierarchyid type column.
공용 속성 HasIdentityColumn Gets whether or not the table has at least one identity column.
공용 속성 HasIdentityNotForReplicationColumn Gets whether or not the table has an identity column with the NOT FOR REPLICATION option set.
공용 속성 HasImprecisePKColumn Gets whether or not an imprecise computed column is used as part of the primary key.
공용 속성 HasPrimaryKey Gets whether or not the table has a primary key.
공용 속성 HasRowVersionColumn Gets whether or not a column exists in the table with the name msrepl_tran_version.
공용 속성 HasSparseColumn Gets whether the table has a column with the SPARSE attribute.
공용 속성 HasSqlVariantColumn Gets whether or not the table has a sql_variant type column.
공용 속성 HasTimestampColumn Gets whether or not the table has a timestamp type column.
공용 속성 IsExistingObject Gets whether the object exists on the server or not. (ReplicationObject에서 상속됨)
공용 속성 Name Gets or sets the name of the table.
공용 속성 OwnerName Gets or sets the name of table owner.
공용 속성 PublishedInMerge Gets whether or not the table is published in a merge publication.
공용 속성 PublishedInPeerToPeerPublication Gets whether or not the table is published in a peer-to-peer transactional replication topology.
공용 속성 PublishedInQueuedTransactions Gets whether or not the table is published by a publication that supports queued updating subscriptions.
공용 속성 SqlServerName Gets the name of the Microsoft SQL Server instance to which this object is connected. (ReplicationObject에서 상속됨)
공용 속성 TableId Gets the object ID of the table.
공용 속성 UserData Gets or sets an object property that allows users to attach their own data to the object. (ReplicationObject에서 상속됨)

맨 위로 이동

메서드

  이름 설명
보호된 메서드 CheckValidCreation 인프라입니다. (ReplicationObject에서 상속됨)
보호된 메서드 CheckValidDefinition 인프라입니다. (ReplicationObject에서 상속됨)
공용 메서드 CommitPropertyChanges Sends all the cached property change statements to the instance of Microsoft SQL Server. (ReplicationObject에서 상속됨)
공용 메서드 Decouple Decouples the referenced replication object from the server. (ReplicationObject에서 상속됨)
공용 메서드 EnumIdentityRangeInfo Returns identity range information about articles based on the table.
공용 메서드 EnumReplicationColumns Returns the columns from the table that can be replicated.
공용 메서드 Equals (Object에서 상속됨)
보호된 메서드 Finalize (Object에서 상속됨)
보호된 메서드 GetChangeCommand 인프라입니다. (ReplicationObject에서 상속됨)
보호된 메서드 GetCreateCommand 인프라입니다. (ReplicationObject에서 상속됨)
보호된 메서드 GetDropCommand 인프라입니다. (ReplicationObject에서 상속됨)
공용 메서드 GetHashCode (Object에서 상속됨)
공용 메서드 GetType (Object에서 상속됨)
보호된 메서드 InternalRefresh 인프라입니다. (ReplicationObject에서 상속됨)
공용 메서드 Load Loads the properties of an existing object from the server. (ReplicationObject에서 상속됨)
공용 메서드 LoadProperties Loads the properties of an existing object from the server. (ReplicationObject에서 상속됨)
보호된 메서드 MemberwiseClone (Object에서 상속됨)
공용 메서드 Refresh Reloads the properties of the object. (ReplicationObject에서 상속됨)
공용 메서드 ReplicationAddColumn Adds a column to a table that is already published in one or more publications.
공용 메서드 ReplicationDropColumn Removes a column from a table that is published in one or more publications.
공용 메서드 ToString (Object에서 상속됨)

맨 위로 이동

주의

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.

스레드 보안

이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.