Compartir a través de


ReplicationObject Miembros

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

El tipo ReplicationObject expone los siguientes miembros.

Constructores

  Nombre Descripción
Método protegido ReplicationObject Creates a new instance of the ReplicationObject class.

Principio

Métodos

  Nombre Descripción
Método protegido CheckValidCreation Infraestructura.
Método protegido CheckValidDefinition Infraestructura.
Método publico CommitPropertyChanges Sends all the cached property change statements to the instance of Microsoft SQL Server.
Método publico Decouple Decouples the referenced replication object from the server.
Método publico Equals (Se hereda de Object).
Método protegido Finalize (Se hereda de Object).
Método protegido GetChangeCommand Infraestructura.
Método protegido GetCreateCommand Infraestructura.
Método protegido GetDropCommand Infraestructura.
Método publico GetHashCode (Se hereda de Object).
Método publico GetType (Se hereda de Object).
Método protegido InternalRefresh Infraestructura.
Método publico Load Loads the properties of an existing object from the server.
Método publico LoadProperties Loads the properties of an existing object from the server.
Método protegido MemberwiseClone (Se hereda de Object).
Método publico Refresh Reloads the properties of the object.
Método publico ToString (Se hereda de Object).

Principio

Propiedades

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

Principio