Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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
Get
Set
'Usage
Dim instance As TransSynchronizationAgent
Dim value As DataSourceType
value = instance.SubscriberDataSourceType
instance.SubscriberDataSourceType = value
public virtual DataSourceType SubscriberDataSourceType { get; set; }
public:
virtual property DataSourceType SubscriberDataSourceType {
DataSourceType get ();
void set (DataSourceType value);
}
abstract SubscriberDataSourceType : DataSourceType with get, set
override SubscriberDataSourceType : DataSourceType with get, set
function get SubscriberDataSourceType () : DataSourceType
function set SubscriberDataSourceType (value : DataSourceType)
Property Value
Type: Microsoft.SqlServer.Replication.DataSourceType
The type of data source that is used as the subscriber.
Implements
ITransSynchronizationAgent.SubscriberDataSourceType
Remarks
The default data source is SqlServer.