Распространитель: источник данных несинхронизированных подписок

Microsoft.SQLServer.2014.Replication.DataSource.DistributorUnsyncSubscriptionsMonitor (DataSourceModuleType)

Источник данных несинхронизированных подписок для распространителя

Element properties:

TypeDataSourceModuleType
IsolationAny
AccessibilityInternal
RunAsDefault
OutputTypeSystem.PropertyBagData

Member Modules:

ID Module Type TypeId RunAs 
Trigger DataSource System.Scheduler Default
Probe ProbeAction Microsoft.SQLServer.2014.Replication.ProbeAction.DistributorUnsyncSubscriptionsMonitor Default

Overrideable Parameters:

IDParameterTypeSelectorDisplay NameDescription
IntervalSecondsint$Config/IntervalSeconds$Интервал (секунды)Повторяющийся интервал времени в секундах, по истечении которого запускается рабочий процесс.
ThresholdPendingCommandForSubscriptionint$Config/ThresholdPendingCommandForSubscription$ПорогПорог
SyncTimestring$Config/SyncTime$Время синхронизацииВремя синхронизации
SqlTimeoutint$Config/SqlTimeout$Время ожидания для подключения к базе данных (секунды)Рабочий процесс завершится ошибкой и зарегистрирует событие, если он не сможет получить доступ к базе данных за указанный промежуток времени.
TimeoutSecondsint$Config/TimeoutSeconds$Время ожидания (секунды)Задает допустимое время выполнения рабочего процесса, перед тем как он будет закрыт и отмечен как сбойный.

Source Code:

<DataSourceModuleType ID="Microsoft.SQLServer.2014.Replication.DataSource.DistributorUnsyncSubscriptionsMonitor" Accessibility="Internal" Batching="false">
<Configuration>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="SqlTimeout" type="xsd:integer"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="ConnectionString" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="ThresholdPendingCommandForSubscription" type="xsd:integer"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="IntervalSeconds" type="xsd:int"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="SyncTime" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="TimeoutSeconds" type="xsd:integer"/>
</Configuration>
<OverrideableParameters>
<OverrideableParameter ID="IntervalSeconds" ParameterType="int" Selector="$Config/IntervalSeconds$"/>
<OverrideableParameter ID="ThresholdPendingCommandForSubscription" ParameterType="int" Selector="$Config/ThresholdPendingCommandForSubscription$"/>
<OverrideableParameter ID="SyncTime" ParameterType="string" Selector="$Config/SyncTime$"/>
<OverrideableParameter ID="SqlTimeout" ParameterType="int" Selector="$Config/SqlTimeout$"/>
<OverrideableParameter ID="TimeoutSeconds" ParameterType="int" Selector="$Config/TimeoutSeconds$"/>
</OverrideableParameters>
<ModuleImplementation>
<Composite>
<MemberModules>
<DataSource ID="Trigger" TypeID="System!System.Scheduler">
<Scheduler>
<SimpleReccuringSchedule>
<Interval>$Config/IntervalSeconds$</Interval>
<SyncTime>$Config/SyncTime$</SyncTime>
</SimpleReccuringSchedule>
<ExcludeDates/>
</Scheduler>
</DataSource>
<ProbeAction ID="Probe" TypeID="Microsoft.SQLServer.2014.Replication.ProbeAction.DistributorUnsyncSubscriptionsMonitor">
<SqlTimeout>$Config/SqlTimeout$</SqlTimeout>
<ConnectionString>$Config/ConnectionString$</ConnectionString>
<ThresholdPendingCommandForSubscription>$Config/ThresholdPendingCommandForSubscription$</ThresholdPendingCommandForSubscription>
<Publisher>Replication2014</Publisher>
<TimeoutSeconds>$Config/TimeoutSeconds$</TimeoutSeconds>
</ProbeAction>
</MemberModules>
<Composition>
<Node ID="Probe">
<Node ID="Trigger"/>
</Node>
</Composition>
</Composite>
</ModuleImplementation>
<OutputType>System!System.PropertyBagData</OutputType>
</DataSourceModuleType>