ReplicationServer.GetOriginalPublisher(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the name of the originating Publisher for a published database participating in a database mirroring session.
public:
System::String ^ GetOriginalPublisher(System::String ^ dbName);
public string GetOriginalPublisher (string dbName);
member this.GetOriginalPublisher : string -> string
Public Function GetOriginalPublisher (dbName As String) As String
Parameters
- dbName
- String
Name of a published database that participates in database mirroring.
Returns
A String value.
Remarks
This method is used to support replication with database mirroring. For more information, see Database Mirroring and Replication (SQL Server).
The GetOriginalPublisher method is executed at the Publisher.