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 | |
---|---|---|
ReplicationObject | Creates a new instance of the ReplicationObject class. |
Principio
Métodos
Nombre | Descripción | |
---|---|---|
CheckValidCreation | Infraestructura. | |
CheckValidDefinition | Infraestructura. | |
CommitPropertyChanges | Sends all the cached property change statements to the instance of Microsoft SQL Server. | |
Decouple | Decouples the referenced replication object from the server. | |
Equals | (Se hereda de Object). | |
Finalize | (Se hereda de Object). | |
GetChangeCommand | Infraestructura. | |
GetCreateCommand | Infraestructura. | |
GetDropCommand | Infraestructura. | |
GetHashCode | (Se hereda de Object). | |
GetType | (Se hereda de Object). | |
InternalRefresh | Infraestructura. | |
Load | Loads the properties of an existing object from the server. | |
LoadProperties | Loads the properties of an existing object from the server. | |
MemberwiseClone | (Se hereda de Object). | |
Refresh | Reloads the properties of the object. | |
ToString | (Se hereda de Object). |
Principio
Propiedades
Nombre | Descripción | |
---|---|---|
CachePropertyChanges | Gets or sets whether to cache changes made to the replication properties or to apply them immediately. | |
ConnectionContext | Gets or sets the connection to an instance of Microsoft SQL Server. | |
IsExistingObject | Gets whether the object exists on the server or not. | |
SqlServerName | Gets the name of the Microsoft SQL Server instance to which this object is connected. | |
UserData | Gets or sets an object property that allows users to attach their own data to the object. |
Principio