MSSQL 2014: обнаружение служб SQL Server 2014 Integration Services (сервер Windows Server)

Microsoft.SQLServer.2014.IntegrationServices.Discovery.Instance (Discovery)

Эта операция обнаружения находит установленные службы SQL Server 2014 Integration Services.

Knowledge Base article:

Сводка

Эта операция обнаружения находит установленные службы SQL Server 2014 Integration Services.

Переопределяемые параметры

Название

Описание

Значение по умолчанию

Включено

Включает или отключает рабочий процесс.

Да

Интервал (в секундах)

Повторяющийся интервал времени в секундах, по истечении которого запускается рабочий процесс.

14400

Element properties:

TargetMicrosoft.SQLServer.2014.IntegrationServices.Seed
EnabledTrue
Frequency14400
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.SQLServer.2014.IntegrationServices.DataSource.InstanceDiscovery Microsoft.SQLServer.2014.IntegrationServices.RunAs.SQLDiscoveryAccount

Source Code:

<Discovery ID="Microsoft.SQLServer.2014.IntegrationServices.Discovery.Instance" Enabled="true" Target="Microsoft.SQLServer.2014.IntegrationServices.Seed">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="Microsoft.SQLServer.2014.IntegrationServices.Instance">
<Property TypeID="Microsoft.SQLServer.2014.IntegrationServices.Instance" PropertyID="InstanceName"/>
<Property TypeID="Microsoft.SQLServer.2014.IntegrationServices.Instance" PropertyID="ServiceName"/>
</DiscoveryClass>
</DiscoveryTypes>
<DataSource ID="DS" TypeID="Microsoft.SQLServer.2014.IntegrationServices.DataSource.InstanceDiscovery" RunAs="Microsoft.SQLServer.2014.IntegrationServices.RunAs.SQLDiscoveryAccount">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<ServiceName>MsDtsServer120</ServiceName>
<Frequency>14400</Frequency>
<ClassId>$MPElement[Name="Microsoft.SQLServer.2014.IntegrationServices.Instance"]$</ClassId>
<InstanceSettings>
<Settings>
<Setting>
<Name>$MPElement[Name="Windows!Microsoft.Windows.Computer"]/PrincipalName$</Name>
<Value>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</Value>
</Setting>
<Setting>
<Name>$MPElement[Name="Microsoft.SQLServer.2014.IntegrationServices.Instance"]/InstanceName$</Name>
<Value>$Data/Property[@Name='Name']$</Value>
</Setting>
<Setting>
<Name>$MPElement[Name="Microsoft.SQLServer.2014.IntegrationServices.Instance"]/Type$</Name>
<Value>Integration Services</Value>
</Setting>
<Setting>
<Name>$MPElement[Name="Microsoft.SQLServer.2014.IntegrationServices.Instance"]/ServiceName$</Name>
<Value>$Data/Property[@Name='Name']$</Value>
</Setting>
<Setting>
<Name>$MPElement[Name="System!System.Entity"]/DisplayName$</Name>
<Value>$Data/Property[@Name='Name']$</Value>
</Setting>
</Settings>
</InstanceSettings>
</DataSource>
</Discovery>