Propriedade do RDL ITransSynchronizationAgent.SubscriberDataSourceType
Gets or sets the type of data source that is used as the Subscriber.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (em Microsoft.SqlServer.Replication.dll)
Sintaxe
'Declaração
Property SubscriberDataSourceType As DataSourceType
Get
Set
'Uso
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)
Valor da propriedade
Tipo: Microsoft.SqlServer.Replication.DataSourceType
The type of data source that is used as the Subscriber.