MergeSynchronizationAgent.SubscriberDataSourceType Property
Gets or sets the type of data source that is used as the Subscriber.
Espacio de nombres: Microsoft.SqlServer.Replication
Ensamblado: Microsoft.SqlServer.Replication (in microsoft.sqlserver.replication.dll)
Sintaxis
'Declaración
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)
Valor de propiedad
A DataSourceType value.
Notas
The default data source is SqlServer.
Seguridad para subprocesos
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.
Plataformas
Plataformas de desarrollo
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Plataformas de destino
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Vea también
Referencia
MergeSynchronizationAgent Class
MergeSynchronizationAgent Members
Microsoft.SqlServer.Replication Namespace