Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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 MergeSynchronizationAgent
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)
Eigenschaftswert
Typ: Microsoft.SqlServer.Replication.DataSourceType
The type of data source that is used as the Subscriber.
Implementiert
IMergeSynchronizationAgent.SubscriberDataSourceType
Hinweise
The default data source is SqlServer.