DistributionPublisher 멤버
Represents information about a Publisher registered at the currently connected Distributor.
DistributionPublisher 형식은 다음 멤버를 노출합니다.
생성자
이름 | 설명 | |
---|---|---|
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. |
맨 위로 이동
메서드
이름 | 설명 | |
---|---|---|
CheckValidCreation | 인프라 (ReplicationObject에서 상속됩니다.) | |
CheckValidDefinition | 인프라 (ReplicationObject에서 상속됩니다.) | |
CommitPropertyChanges | Sends all the cached property change statements to the instance of Microsoft SQL Server. (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. (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에서 상속됩니다.) | |
Finalize | (Object에서 상속됩니다.) | |
GetChangeCommand | 인프라 (ReplicationObject에서 상속됩니다.) | |
GetCreateCommand | 인프라 (ReplicationObject에서 상속됩니다.) | |
GetDropCommand | 인프라 (ReplicationObject에서 상속됩니다.) | |
GetHashCode | (Object에서 상속됩니다.) | |
GetType | (Object에서 상속됩니다.) | |
InternalRefresh | 인프라 (ReplicationObject에서 상속됩니다.) | |
Load | Loads the properties of an existing object from the server. (ReplicationObject에서 상속됩니다.) | |
LoadProperties | Loads the properties of an existing object from the server. (ReplicationObject에서 상속됩니다.) | |
MemberwiseClone | (Object에서 상속됩니다.) | |
Refresh | Reloads the properties of the object. (ReplicationObject에서 상속됩니다.) | |
Remove | Removes the registration for this Publisher from the currently connected Distributor. | |
Script | Generates a Transact-SQL script that can be used to install or uninstall the Publisher. | |
ToString | (Object에서 상속됩니다.) |
맨 위로 이동
속성
이름 | 설명 | |
---|---|---|
CachePropertyChanges | Gets or sets whether to cache changes made to the replication properties or to apply them immediately. (ReplicationObject에서 상속됩니다.) | |
ConnectionContext | Gets or sets the connection to an instance of Microsoft SQL Server. (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. (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. (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 | 인프라 | |
UserData | Gets or sets an object property that allows users to attach their own data to the object. (ReplicationObject에서 상속됩니다.) | |
WorkingDirectory | Gets or sets the name of the working directory used to store data and schema files for the publication. |
맨 위로 이동