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
名稱 | Description | |
---|---|---|
ReplicationObject | Creates a new instance of the ReplicationObject class. |
頂端
Public Properties
名稱 | Description | |
---|---|---|
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. |
頂端
Public Methods
(see also Protected Methods )
名稱 | Description | |
---|---|---|
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 | Overloaded. (inherited from Object ) | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
Load | Loads the properties of an existing object from the server. | |
LoadProperties | Loads the properties of an existing object from the server. | |
ReferenceEquals | (inherited from Object ) | |
Refresh | Reloads the properties of the object. | |
ToString | (inherited from Object ) |
頂端
Protected Methods
名稱 | Description | |
---|---|---|
CheckValidCreation | ||
CheckValidDefinition | ||
Finalize | (inherited from Object ) | |
GetChangeCommand | ||
GetCreateCommand | ||
GetDropCommand | ||
InternalRefresh | ||
MemberwiseClone | (inherited from Object ) |
頂端
請參閱
參考
ReplicationObject Class
Microsoft.SqlServer.Replication Namespace