IAlternateSynchronizationPartner.Publisher 属性

Gets the name of the publisher.

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

语法

声明
ReadOnly Property Publisher As String 
    Get
用法
Dim instance As IAlternateSynchronizationPartner 
Dim value As String 

value = instance.Publisher
string Publisher { get; }
property String^ Publisher {
    String^ get ();
}
abstract Publisher : string
function get Publisher () : String

属性值

类型:System.String
The name of the publisher.

请参阅

参考

IAlternateSynchronizationPartner 接口

Microsoft.SqlServer.Replication 命名空间