Proprietà SubscriberDataSourceType
Gets or sets the type of data source that is used as the Subscriber.
Spazio dei nomi Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)
Sintassi
'Dichiarazione
Public Overridable Property SubscriberDataSourceType As DataSourceType
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: Microsoft.SqlServer.Replication. . :: . .DataSourceType
A DataSourceType value.
Implementa
IMergeSynchronizationAgent. . :: . .SubscriberDataSourceType
Vedere anche