Freigeben über


ReplicationObject-Member

Abstract class that is the base class for all classes in the Replication Management Objects (RMO) programming interface.

Der ReplicationObject-Typ macht die folgenden Member verfügbar.

Konstruktoren

  Name Beschreibung
Geschützte Methode ReplicationObject Creates a new instance of the ReplicationObject class.

Zum Anfang

Methoden

  Name Beschreibung
Geschützte Methode CheckValidCreation Infrastruktur.
Geschützte Methode CheckValidDefinition Infrastruktur.
Öffentliche Methode CommitPropertyChanges Sends all the cached property change statements to the instance of Microsoft SQL Server.
Öffentliche Methode Decouple Decouples the referenced replication object from the server.
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Geschützte Methode GetChangeCommand Infrastruktur.
Geschützte Methode GetCreateCommand Infrastruktur.
Geschützte Methode GetDropCommand Infrastruktur.
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode InternalRefresh Infrastruktur.
Öffentliche Methode Load Loads the properties of an existing object from the server.
Öffentliche Methode LoadProperties Loads the properties of an existing object from the server.
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode Refresh Reloads the properties of the object.
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft CachePropertyChanges Gets or sets whether to cache changes made to the replication properties or to apply them immediately.
Öffentliche Eigenschaft ConnectionContext Gets or sets the connection to an instance of Microsoft SQL Server.
Öffentliche Eigenschaft IsExistingObject Gets whether the object exists on the server or not.
Öffentliche Eigenschaft SqlServerName Gets the name of the Microsoft SQL Server instance to which this object is connected.
Öffentliche Eigenschaft UserData Gets or sets an object property that allows users to attach their own data to the object.

Zum Anfang