إشعار
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تسجيل الدخول أو تغيير الدلائل.
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تغيير الدلائل.
Gets or sets the type of data source that is used as the Subscriber.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (in microsoft.sqlserver.replication.dll)
Syntax
'Declaration
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)
Property Value
A DataSourceType value.
Remarks
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.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
TransSynchronizationAgent Class
TransSynchronizationAgent Members
Microsoft.SqlServer.Replication Namespace