ReplicationServer.GetOriginalPublisher-Methode
Returns the name of the originating Publisher for a published database participating in a database mirroring session.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)
Syntax
'Declaration
Public Function GetOriginalPublisher ( _
dbName As String _
) As String
'Usage
Dim instance As ReplicationServer
Dim dbName As String
Dim returnValue As String
returnValue = instance.GetOriginalPublisher(dbName)
public string GetOriginalPublisher(
string dbName
)
public:
String^ GetOriginalPublisher(
String^ dbName
)
member GetOriginalPublisher :
dbName:string -> string
public function GetOriginalPublisher(
dbName : String
) : String
Parameter
- dbName
Typ: System.String
Name of a published database that participates in database mirroring.
Rückgabewert
Typ: System.String
A String value.
Hinweise
This method is used to support replication with database mirroring. For more information, see Datenbankspiegelung und Replikation (SQL Server).
The GetOriginalPublisher method is executed at the Publisher.