Task to run a Sql Script

Microsoft.SystemCenter.Essentials.Internal.RunSqlScript.Task (Task)

Element properties:

TargetMicrosoft.SystemCenter.RootManagementServer
AccessibilityInternal
CategoryCustom
EnabledTrue
RemotableFalse
Timeout300

Member Modules:

ID Module Type TypeId RunAs 
OleDbProbe ProbeAction Microsoft.SystemCenter.Essentials.Internal.RunSqlScriptProbe Default

Source Code:

<Task ID="Microsoft.SystemCenter.Essentials.Internal.RunSqlScript.Task" Accessibility="Internal" Enabled="true" Target="SC!Microsoft.SystemCenter.RootManagementServer" Timeout="300" Remotable="true">
<Category>Custom</Category>
<ProbeAction ID="OleDbProbe" TypeID="Microsoft.SystemCenter.Essentials.Internal.RunSqlScriptProbe">
<ConnectionString/>
<Query/>
<DatabaseNameRegLocation/>
<DatabaseServerNameRegLocation/>
<QueryTimeout>300</QueryTimeout>
<GetFetchTime>true</GetFetchTime>
</ProbeAction>
</Task>