Partager via


Propriété ITransSynchronizationAgent.SubscriberDataSourceType

Gets or sets the type of data source that is used as the Subscriber.

Espace de noms :  Microsoft.SqlServer.Replication
Assembly :  Microsoft.SqlServer.Replication (en Microsoft.SqlServer.Replication.dll)

Syntaxe

'Déclaration
Property SubscriberDataSourceType As DataSourceType 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Voir aussi

Référence

ITransSynchronizationAgent Interface

Espace de noms Microsoft.SqlServer.Replication