Condividi tramite


MergeSynchronizationAgent.SubscriberDataSourceType Property

Gets or sets the type of data source that is used as the Subscriber.

Spazio dei nomi: Microsoft.SqlServer.Replication
Assembly : Microsoft.SqlServer.Replication (in microsoft.sqlserver.replication.dll)

Sintassi

'Dichiarazione
Public Overridable Property SubscriberDataSourceType As DataSourceType
public virtual DataSourceType SubscriberDataSourceType { get; set; }
public:
virtual property DataSourceType SubscriberDataSourceType {
    DataSourceType get ();
    void set (DataSourceType newValue);
}
/** @property */
public DataSourceType get_SubscriberDataSourceType ()

/** @property */
public void set_SubscriberDataSourceType (DataSourceType newValue)
public function get SubscriberDataSourceType () : DataSourceType

public function set SubscriberDataSourceType (newValue : DataSourceType)

Valore proprietà

A DataSourceType value.

Osservazioni

The default data source is SqlServer.

Thread Safety

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.

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

MergeSynchronizationAgent Class
MergeSynchronizationAgent Members
Microsoft.SqlServer.Replication Namespace