Udostępnij przez


RegisteredSubscriber Members

Represents a Subscriber that has been registered at a Publisher or a Distributor.

The following tables list the members exposed by the RegisteredSubscriber type.

Public Constructors

  Name Description
RegisteredSubscriber Overloaded. Creates a new instance of the RegisteredSubscriber class.

Top

Public Properties

  Name Description
ms158282.pubproperty(pl-pl,SQL.100).gif CachePropertyChanges  Gets or sets whether to cache changes made to the replication properties or to apply them immediately. (inherited from ReplicationObject)
ms158282.pubproperty(pl-pl,SQL.100).gif ConnectionContext  Gets or sets the connection to an instance of Microsoft SQL Server. (inherited from ReplicationObject)
ms158282.pubproperty(pl-pl,SQL.100).gif DefaultDistributionSchedule Gets the default schedule to be assigned to the Distribution Agent if it is not specified.
ms158282.pubproperty(pl-pl,SQL.100).gif DefaultMergeSchedule Gets the default schedule to be assigned to the Merge Agent if it is not specified.
ms158282.pubproperty(pl-pl,SQL.100).gif Description Gets or sets a textual description of the object.
ms158282.pubproperty(pl-pl,SQL.100).gif DistributionDatabase Gets or sets the name of the distribution database that the distribution Publisher uses.
ms158282.pubproperty(pl-pl,SQL.100).gif DistributionPublisher Gets or sets the name of the distribution Publisher to which the Subscriber is registered.
ms158282.pubproperty(pl-pl,SQL.100).gif IsExistingObject  Gets whether the object exists on the server or not. (inherited from ReplicationObject)
ms158282.pubproperty(pl-pl,SQL.100).gif Name Gets or sets the name of the registered Subscriber.
ms158282.pubproperty(pl-pl,SQL.100).gif SqlServerName  Gets the name of the Microsoft SQL Server instance to which this object is connected. (inherited from ReplicationObject)
ms158282.pubproperty(pl-pl,SQL.100).gif SubscriberSecurity Gets a security context that is used by the Distribution Agent or the Merge Agent to connect to this registered Subscriber.
ms158282.pubproperty(pl-pl,SQL.100).gif Type Gets or sets the type of Subscriber.
ms158282.pubproperty(pl-pl,SQL.100).gif UserData  Gets or sets an object property that allows users to attach their own data to the object. (inherited from ReplicationObject)

Top

Public Methods

(see also Protected Methods )

  Name Description
ms158282.pubmethod(pl-pl,SQL.100).gif CommitPropertyChanges  Sends all the cached property change statements to the instance of Microsoft SQL Server. (inherited from ReplicationObject)
ms158282.pubmethod(pl-pl,SQL.100).gif Create Registers the Subscriber at the specified Publisher or Distributor.
ms158282.pubmethod(pl-pl,SQL.100).gif Decouple  Decouples the referenced replication object from the server. (inherited from ReplicationObject)
ms158282.pubmethod(pl-pl,SQL.100).gif Equals  Overloaded. (inherited from Object )
ms158282.pubmethod(pl-pl,SQL.100).gif GetHashCode  (inherited from Object )
ms158282.pubmethod(pl-pl,SQL.100).gif GetType  (inherited from Object )
ms158282.pubmethod(pl-pl,SQL.100).gif Load  Loads the properties of an existing object from the server. (inherited from ReplicationObject)
ms158282.pubmethod(pl-pl,SQL.100).gif LoadProperties  Loads the properties of an existing object from the server. (inherited from ReplicationObject)
ms158282.pubmethod(pl-pl,SQL.100).gifms158282.static(pl-pl,SQL.100).gif ReferenceEquals  (inherited from Object )
ms158282.pubmethod(pl-pl,SQL.100).gif Refresh  Reloads the properties of the object. (inherited from ReplicationObject)
ms158282.pubmethod(pl-pl,SQL.100).gif Remove Removes the Subscriber registration represented by the object.
ms158282.pubmethod(pl-pl,SQL.100).gif Script Returns a string containing a Transact-SQL creation or deletion script for the Microsoft SQL Server registered Subscriber on the server computer that the object represents.
ms158282.pubmethod(pl-pl,SQL.100).gif ToString  (inherited from Object )

Top

Protected Methods

  Name Description
ms158282.protmethod(pl-pl,SQL.100).gif CheckValidCreation  (inherited from ReplicationObject )
ms158282.protmethod(pl-pl,SQL.100).gif CheckValidDefinition  (inherited from ReplicationObject )
ms158282.protmethod(pl-pl,SQL.100).gif Finalize  (inherited from Object )
ms158282.protmethod(pl-pl,SQL.100).gif GetChangeCommand  (inherited from ReplicationObject )
ms158282.protmethod(pl-pl,SQL.100).gif GetCreateCommand  (inherited from ReplicationObject )
ms158282.protmethod(pl-pl,SQL.100).gif GetDropCommand  (inherited from ReplicationObject )
ms158282.protmethod(pl-pl,SQL.100).gif InternalRefresh  (inherited from ReplicationObject )
ms158282.protmethod(pl-pl,SQL.100).gif MemberwiseClone  (inherited from Object )

Top