ITransSynchronizationAgent.SubscriberDataSourceType 속성
Gets or sets the type of data source that is used as the Subscriber.
네임스페이스: Microsoft.SqlServer.Replication
어셈블리: Microsoft.SqlServer.Replication(Microsoft.SqlServer.Replication.dll)
구문
‘선언
Property SubscriberDataSourceType As DataSourceType
Get
Set
‘사용 방법
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)
속성 값
유형: Microsoft.SqlServer.Replication.DataSourceType
The type of data source that is used as the Subscriber.