ReplicationServer.GetOriginalPublisher 方法
Returns the name of the originating Publisher for a published database participating in a database mirroring session.
命名空間: Microsoft.SqlServer.Replication
組件: Microsoft.SqlServer.Rmo (在 Microsoft.SqlServer.Rmo.dll 中)
語法
'宣告
Public Function GetOriginalPublisher ( _
dbName As String _
) As String
'用途
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
參數
- dbName
型別:System.String
Name of a published database that participates in database mirroring.
傳回值
型別:System.String
A String value.
備註
This method is used to support replication with database mirroring. For more information, see 資料庫鏡像和複寫 (SQL Server).
The GetOriginalPublisher method is executed at the Publisher.