Элементы ReplicationObject
Abstract class that is the base class for all classes in the Replication Management Objects (RMO) programming interface.
Тип ReplicationObject предоставляет доступ к следующим элементам.
Конструкторы
Имя | Описание | |
---|---|---|
ReplicationObject | Creates a new instance of the ReplicationObject class. |
В начало
Методы
Имя | Описание | |
---|---|---|
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. |
В начало