Partager via


Membres ReplicationObject

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

Le type ReplicationObject expose les membres suivants.

Constructeurs

  Nom Description
Méthode protégée ReplicationObject Creates a new instance of the ReplicationObject class.

Haut de la page

Méthodes

  Nom Description
Méthode protégée CheckValidCreation Infrastructure.
Méthode protégée CheckValidDefinition Infrastructure.
Méthode publique CommitPropertyChanges Sends all the cached property change statements to the instance of Microsoft SQL Server.
Méthode publique Decouple Decouples the referenced replication object from the server.
Méthode publique Equals (Hérité de Object.)
Méthode protégée Finalize (Hérité de Object.)
Méthode protégée GetChangeCommand Infrastructure.
Méthode protégée GetCreateCommand Infrastructure.
Méthode protégée GetDropCommand Infrastructure.
Méthode publique GetHashCode (Hérité de Object.)
Méthode publique GetType (Hérité de Object.)
Méthode protégée InternalRefresh Infrastructure.
Méthode publique Load Loads the properties of an existing object from the server.
Méthode publique LoadProperties Loads the properties of an existing object from the server.
Méthode protégée MemberwiseClone (Hérité de Object.)
Méthode publique Refresh Reloads the properties of the object.
Méthode publique ToString (Hérité de Object.)

Haut de la page

Propriétés

  Nom Description
Propriété publique CachePropertyChanges Gets or sets whether to cache changes made to the replication properties or to apply them immediately.
Propriété publique ConnectionContext Gets or sets the connection to an instance of Microsoft SQL Server.
Propriété publique IsExistingObject Gets whether the object exists on the server or not.
Propriété publique SqlServerName Gets the name of the Microsoft SQL Server instance to which this object is connected.
Propriété publique UserData Gets or sets an object property that allows users to attach their own data to the object.

Haut de la page