AlternateSynchronizationPartner.Distributor Property

The name of the Distributor.

Пространство имен: Microsoft.SqlServer.Replication
Сборка: Microsoft.SqlServer.Replication (in microsoft.sqlserver.replication.dll)

Синтаксис

'Декларация
Public Overridable ReadOnly Property Distributor As String
public virtual string Distributor { get; }
public:
virtual property String^ Distributor {
    String^ get ();
}
/** @property */
public String get_Distributor ()
public function get Distributor () : String

Значение свойства

A String value.

Замечания

The Alternate Synchronization Partners feature for merge replication has been deprecated.

Синхронизация потоков

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

AlternateSynchronizationPartner Class
AlternateSynchronizationPartner Members
Microsoft.SqlServer.Replication Namespace