Partilhar via


Membros ReplicationObject

Abstract class that is the base class for all classes in the Replication Management Objects (RMO) programming interface.

O tipo ReplicationObject expõe os seguintes membros.

Construtores

  Nome Descrição
Método protegido ReplicationObject Creates a new instance of the ReplicationObject class.

Início

Métodos

  Nome Descrição
Método protegido CheckValidCreation Infraestrutura.
Método protegido CheckValidDefinition Infraestrutura.
Método público CommitPropertyChanges Sends all the cached property change statements to the instance of Microsoft SQL Server.
Método público Decouple Decouples the referenced replication object from the server.
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método protegido GetChangeCommand Infraestrutura.
Método protegido GetCreateCommand Infraestrutura.
Método protegido GetDropCommand Infraestrutura.
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido InternalRefresh Infraestrutura.
Método público Load Loads the properties of an existing object from the server.
Método público LoadProperties Loads the properties of an existing object from the server.
Método protegido MemberwiseClone (Herdado de Object.)
Método público Refresh Reloads the properties of the object.
Método público ToString (Herdado de Object.)

Início

Propriedades

  Nome Descrição
Propriedade pública CachePropertyChanges Gets or sets whether to cache changes made to the replication properties or to apply them immediately.
Propriedade pública ConnectionContext Gets or sets the connection to an instance of Microsoft SQL Server.
Propriedade pública IsExistingObject Gets whether the object exists on the server or not.
Propriedade pública SqlServerName Gets the name of the Microsoft SQL Server instance to which this object is connected.
Propriedade pública UserData Gets or sets an object property that allows users to attach their own data to the object.

Início