ReplicationServer.GetCurrentPrincipal(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 current database mirroring principal for the specified publication database.
public:
System::String ^ GetCurrentPrincipal(System::String ^ dbName);
public string GetCurrentPrincipal (string dbName);
member this.GetCurrentPrincipal : string -> string
Public Function GetCurrentPrincipal (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).
If the database specified for dbName
does not participate in database mirroring, an empty string is returned.