Поделиться через


Элементы 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.

В начало