IAlternateSynchronizationPartner.Distributor 属性

Gets the name of the distributor.

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

语法

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

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

属性值

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

请参阅

参考

IAlternateSynchronizationPartner 接口

Microsoft.SqlServer.Replication 命名空间