Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Property SubscriberDataSourceType As DataSourceType
Get
Set
'Usage
Dim instance As IMergeSynchronizationAgent
Dim value As DataSourceType
value = instance.SubscriberDataSourceType
instance.SubscriberDataSourceType = value
DataSourceType SubscriberDataSourceType { get; set; }
property DataSourceType SubscriberDataSourceType {
DataSourceType get ();
void set (DataSourceType value);
}
abstract SubscriberDataSourceType : DataSourceType with get, set
function get SubscriberDataSourceType () : DataSourceType
function set SubscriberDataSourceType (value : DataSourceType)
Property Value
Type: Microsoft.SqlServer.Replication.DataSourceType
A DataSourceType value.