ReplicationObject Members

Include Protected Members
Include Inherited Members

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

The ReplicationObject type exposes the following members.

Constructors

  Name Description
Protected method ReplicationObject() Creates a new instance of the ReplicationObject class.

Top

Methods

  Name Description
Protected method CheckValidCreation() Infrastructure.
Protected method CheckValidDefinition(Boolean) Infrastructure.
Public method CommitPropertyChanges() Sends all the cached property change statements to the instance of Microsoft SQL Server.
Public method Decouple() Decouples the referenced replication object from the server.
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Protected method GetChangeCommand(StringBuilder, String, String) Infrastructure.
Protected method GetCreateCommand(StringBuilder, Boolean, ScriptOptions) Infrastructure.
Protected method GetDropCommand(StringBuilder, Boolean) Infrastructure.
Public method GetHashCode() (Inherited from Object.)
Public method GetType() (Inherited from Object.)
Protected method InternalRefresh(Boolean) Infrastructure.
Public method Load() Loads the properties of an existing object from the server.
Public method LoadProperties() Loads the properties of an existing object from the server.
Protected method MemberwiseClone() (Inherited from Object.)
Public method Refresh() Reloads the properties of the object.
Public method ToString() (Inherited from Object.)

Top

Properties

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

Top