ReplicationObject 成員
Abstract class that is the base class for all classes in the Replication Management Objects (RMO) programming interface.
ReplicationObject 型別公開下列成員。
方法
名稱 | 描述 | |
---|---|---|
CheckValidCreation | 基礎結構。 | |
CheckValidDefinition | 基礎結構。 | |
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 | (繼承自 Object。) | |
Finalize | (繼承自 Object。) | |
GetChangeCommand | 基礎結構。 | |
GetCreateCommand | 基礎結構。 | |
GetDropCommand | 基礎結構。 | |
GetHashCode | (繼承自 Object。) | |
GetType | (繼承自 Object。) | |
InternalRefresh | 基礎結構。 | |
Load | Loads the properties of an existing object from the server. | |
LoadProperties | Loads the properties of an existing object from the server. | |
MemberwiseClone | (繼承自 Object。) | |
Refresh | Reloads the properties of the object. | |
ToString | (繼承自 Object。) |
頂端
屬性
名稱 | 描述 | |
---|---|---|
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. |
頂端