Freigeben über


ITransSynchronizationAgent.SubscriberDataSourceType-Eigenschaft

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 ITransSynchronizationAgent 
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)

Eigenschaftswert

Typ: Microsoft.SqlServer.Replication.DataSourceType
The type of data source that is used as the Subscriber.

Siehe auch

Verweis

ITransSynchronizationAgent Schnittstelle

Microsoft.SqlServer.Replication-Namespace