ReplicationObject Members

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

The following tables list the members exposed by the ReplicationObject type.

Protected Constructors

  Name Description
ReplicationObject Creates a new instance of the ReplicationObject class.

Top

Public Properties

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

Top

Public Methods

(see also Protected Methods )

  Name Description
ms158283.pubmethod(en-US,SQL.90).gif CommitPropertyChanges Sends all the cached property change statements to the instance of Microsoft SQL Server.
ms158283.pubmethod(en-US,SQL.90).gif Decouple Decouples the referenced replication object from the server.
ms158283.pubmethod(en-US,SQL.90).gif Equals  Overloaded. (inherited from Object )
ms158283.pubmethod(en-US,SQL.90).gif GetHashCode  (inherited from Object )
ms158283.pubmethod(en-US,SQL.90).gif GetType  (inherited from Object )
ms158283.pubmethod(en-US,SQL.90).gif Load Loads the properties of an existing object from the server.
ms158283.pubmethod(en-US,SQL.90).gif LoadProperties Loads the properties of an existing object from the server.
ms158283.pubmethod(en-US,SQL.90).gifms158283.static(en-US,SQL.90).gif ReferenceEquals  (inherited from Object )
ms158283.pubmethod(en-US,SQL.90).gif Refresh Reloads the properties of the object.
ms158283.pubmethod(en-US,SQL.90).gif ToString  (inherited from Object )

Top

Protected Methods

  Name Description
ms158283.protmethod(en-US,SQL.90).gif CheckValidCreation  
ms158283.protmethod(en-US,SQL.90).gif CheckValidDefinition  
ms158283.protmethod(en-US,SQL.90).gif Finalize  (inherited from Object )
ms158283.protmethod(en-US,SQL.90).gif GetChangeCommand  
ms158283.protmethod(en-US,SQL.90).gif GetCreateCommand  
ms158283.protmethod(en-US,SQL.90).gif GetDropCommand  
ms158283.protmethod(en-US,SQL.90).gif InternalRefresh  
ms158283.protmethod(en-US,SQL.90).gif MemberwiseClone  (inherited from Object )

Top

See Also

Reference

ReplicationObject Class
Microsoft.SqlServer.Replication Namespace