Windows レジストリ (フィルター付き) の検出プロバイダー

Microsoft.SharePoint.Library.FilteredRegistryDiscoveryProvider (DataSourceModuleType)

Windows レジストリのキーと値の検出プロバイダーです。

Element properties:

TypeDataSourceModuleType
IsolationAny
AccessibilityInternal
RunAsDefault
OutputTypeSystem.Discovery.Data

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.SharePoint.Library.Discovery.RegistryProvider Default
Mapping ConditionDetection System.Discovery.FilteredClassSnapshotDataMapper Default

Overrideable Parameters:

IDParameterTypeSelectorDisplay NameDescription
IntervalSecondsint$Config/IntervalSeconds$IntervalSecondsWindows レジストリ プロバイダー (フィルター付き) の DiscoveryProvider の IntervalSeconds プロパティです。この検出が実行される頻度 (秒単位) を表します。
SyncTimestring$Config/SyncTime$SyncTimeWindows レジストリ プロバイダー (フィルター付き) の DiscoveryProvider の SyncTime (開始時刻) プロパティです。SyncTime は、"HH:mm" の形式の文字列値です。SyncTime、IntervalSeconds、管理パックのインポート時刻のすべてによって、特定のワークフローの正確な実行時間が決まります。たとえば、IntervalSeconds = 21600 (6 時間) で SyncTime = "01:15" の場合は、可能性のあるワークフローの実行時間が午前 1 時 15 分、午前 7 時 15 分、午後 1 時 15 分、午後 7 時 15 分になります。管理パックが午前 1 時 15 分から午前 7 時 15 分の間にインポートされた場合は午前 7 時 15 分にワークフローが開始され、午後 1 時 15 分から午後 7 時 15 分の間にインポートされた場合は午後 7 時 15 分にワークフローが開始されます。ただし、実際の開始時刻は、ネットワークの遅延など、他の要因によって変動することがあります。

Source Code:

<DataSourceModuleType ID="Microsoft.SharePoint.Library.FilteredRegistryDiscoveryProvider" Accessibility="Internal">
<Configuration>
<IncludeSchemaTypes>
<SchemaType>Windows!Microsoft.Windows.RegistryAttributeDefinitionsSchema</SchemaType>
<SchemaType>System!System.Discovery.MapperSchema</SchemaType>
<SchemaType>System!System.ExpressionEvaluatorSchema</SchemaType>
</IncludeSchemaTypes>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="ComputerName" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="RegistryAttributeDefinitions" type="RegistryAttributeDefinitionsType"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="IntervalSeconds" type="xsd:integer"/>
<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="ClassId" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="InstanceSettings" minOccurs="0" maxOccurs="1" type="SettingsType"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="Expression" type="ExpressionType"/>
</Configuration>
<OverrideableParameters>
<OverrideableParameter ID="IntervalSeconds" Selector="$Config/IntervalSeconds$" ParameterType="int"/>
<OverrideableParameter ID="SyncTime" Selector="$Config/SyncTime$" ParameterType="string"/>
</OverrideableParameters>
<ModuleImplementation Isolation="Any">
<Composite>
<MemberModules>
<DataSource ID="DS" TypeID="Microsoft.SharePoint.Library.Discovery.RegistryProvider">
<ComputerName>$Config/ComputerName$</ComputerName>
<RegistryAttributeDefinitions>$Config/RegistryAttributeDefinitions$</RegistryAttributeDefinitions>
<IntervalSeconds>$Config/IntervalSeconds$</IntervalSeconds>
<SyncTime>$Config/SyncTime$</SyncTime>
</DataSource>
<ConditionDetection ID="Mapping" TypeID="System!System.Discovery.FilteredClassSnapshotDataMapper">
<Expression>$Config/Expression$</Expression>
<ClassId>$Config/ClassId$</ClassId>
<InstanceSettings>$Config/InstanceSettings$</InstanceSettings>
</ConditionDetection>
</MemberModules>
<Composition>
<Node ID="Mapping">
<Node ID="DS"/>
</Node>
</Composition>
</Composite>
</ModuleImplementation>
<OutputType>System!System.Discovery.Data</OutputType>
</DataSourceModuleType>