DistributionPublisher Members
Include Protected Members
Include Inherited Members
Represents information about a Publisher registered at the currently connected Distributor.
The DistributionPublisher type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DistributionPublisher() | Creates a new instance of the DistributionPublisher class. | |
DistributionPublisher(String, ServerConnection) | Creates a new instance of the DistributionPublisher class, with the Publisher name and with a connection to the Distributor used by the Publisher. |
Top
Methods
Name | Description | |
---|---|---|
CheckValidCreation() | Infrastructure. (Inherited from ReplicationObject.) | |
CheckValidDefinition(Boolean) | Infrastructure. (Inherited from ReplicationObject.) | |
CommitPropertyChanges() | Sends all the cached property change statements to the instance of Microsoft SQL Server. (Inherited from ReplicationObject.) | |
Create() | Registers the Publisher with the specified properties at the Distributor. | |
CreateHeterogeneousLogReaderAgent() | Creates a Log Reader Agent job for a non-SQL Server Publisher. | |
Decouple() | Decouples the referenced replication object from the server. (Inherited from ReplicationObject.) | |
EnumDistributionPublications() | Returns information stored at the Distributor about publications at this Publisher. | |
EnumRegisteredSubscribers() | Returns information stored at the Distributor about Subscribers to publications at this Publisher. | |
EnumTransPublications() | Returns information at the Distributor about transactional publications at this Publisher. | |
Equals(Object) | (Inherited from Object.) | |
Finalize() | (Inherited from Object.) | |
GetChangeCommand(StringBuilder, String, String) | Infrastructure. (Inherited from ReplicationObject.) | |
GetCreateCommand(StringBuilder, Boolean, ScriptOptions) | Infrastructure. (Inherited from ReplicationObject.) | |
GetDropCommand(StringBuilder, Boolean) | Infrastructure. (Inherited from ReplicationObject.) | |
GetHashCode() | (Inherited from Object.) | |
GetType() | (Inherited from Object.) | |
InternalRefresh(Boolean) | Infrastructure. (Inherited from ReplicationObject.) | |
Load() | Loads the properties of an existing object from the server. (Inherited from ReplicationObject.) | |
LoadProperties() | Loads the properties of an existing object from the server. (Inherited from ReplicationObject.) | |
MemberwiseClone() | (Inherited from Object.) | |
Refresh() | Reloads the properties of the object. (Inherited from ReplicationObject.) | |
Remove(Boolean) | Removes the registration for this Publisher from the currently connected Distributor. | |
Script(ScriptOptions) | Generates a Transact-SQL script that can be used to install or uninstall the Publisher. | |
ToString() | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
CachePropertyChanges | Gets or sets whether to cache changes made to the replication properties or to apply them immediately. (Inherited from ReplicationObject.) | |
ConnectionContext | Gets or sets the connection to an instance of Microsoft SQL Server. (Inherited from ReplicationObject.) | |
DistributionDatabase | Gets or sets the name of the distribution database used by the Publisher. | |
DistributionPublications | Returns the publications that exist at the Publisher. | |
HeterogeneousLogReaderAgentExists | Gets whether the Log Reader Agent job exists for the non-SQL Server Publisher. | |
HeterogeneousLogReaderAgentProcessSecurity | Gets the security context used by the Log Reader agent for a non-SQL Server Publisher. | |
IsExistingObject | Gets whether the object exists on the server or not. (Inherited from ReplicationObject.) | |
Name | Gets or sets the name of the Publisher instance of Microsoft SQL Server. | |
PublisherSecurity | Gets the security context used by replication agent when connecting to the Publisher. | |
PublisherType | Gets or sets the Publisher type. | |
RegisteredSubscribers | Returns the Subscribers that are subscribed to publications at the Publisher. | |
SqlServerName | Gets the name of the Microsoft SQL Server instance to which this object is connected. (Inherited from ReplicationObject.) | |
Status | Gets the Publisher status. | |
ThirdParty | Gets or sets whether the Publisher is a non-SQL Server Publisher. | |
TransPublications | Returns the transactional publications at the Publisher. | |
TrustedDistributorConnection | Infrastructure. | |
UserData | Gets or sets an object property that allows users to attach their own data to the object. (Inherited from ReplicationObject.) | |
WorkingDirectory | Gets or sets the name of the working directory used to store data and schema files for the publication. |
Top