GetCurrentPrincipal 方法

Returns the current database mirroring principal for the specified publication database.

命名空间:  Microsoft.SqlServer.Replication
程序集:  Microsoft.SqlServer.Rmo(在 Microsoft.SqlServer.Rmo.dll 中)

语法

声明
Public Function GetCurrentPrincipal ( _
    dbName As String _
) As String
用法
Dim instance As ReplicationServer
Dim dbName As String
Dim returnValue As String

returnValue = instance.GetCurrentPrincipal(dbName)
public string GetCurrentPrincipal(
    string dbName
)
public:
String^ GetCurrentPrincipal(
    String^ dbName
)
member GetCurrentPrincipal : 
        dbName:string -> string 
public function GetCurrentPrincipal(
    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 复制和数据库镜像.

If the database specified for dbName does not participate in database mirroring, an empty string is returned.