HamRadioLibrary.dll-Help.xml
<?xml version="1.0" encoding="utf-8"?>
<helpItems schema="maml" xmlns="http://msh"> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Connect-HrdDatabase</command:name> <command:verb>Connect</command:verb> <command:noun>HrdDatabase</command:noun> <maml:description> <maml:para>Connects to the Ham Radio DeLuxe Logbook. It uses a Maria Database.</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Connects to the Ham Radio DeLuxe Maria Database.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Connect-HrdDatabase</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none"> <maml:name>Server</maml:name> <maml:Description> <maml:para>Server addres.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none"> <maml:name>Port</maml:name> <maml:Description> <maml:para>Port used on server.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none"> <maml:name>User</maml:name> <maml:Description> <maml:para>Mariadb Username</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none"> <maml:name>Password</maml:name> <maml:Description> <maml:para>Mariadb Password</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none"> <maml:name>Database</maml:name> <maml:Description> <maml:para>Mariadb Database Ham Radio Deluxe</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none"> <maml:name>Server</maml:name> <maml:Description> <maml:para>Server addres.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none"> <maml:name>Port</maml:name> <maml:Description> <maml:para>Port used on server.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none"> <maml:name>User</maml:name> <maml:Description> <maml:para>Mariadb Username</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none"> <maml:name>Password</maml:name> <maml:Description> <maml:para>Mariadb Password</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none"> <maml:name>Database</maml:name> <maml:Description> <maml:para>Mariadb Database Ham Radio Deluxe</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues /> <maml:alertSet> <maml:alert> <maml:para>Programmed in C#</maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title> <dev:code>Connect-HrdDatabase -Server 172.16.4.51 -Port 3307 -User PA1REG -Password 'mysecret' -Database PA1REG</dev:code> <dev:remarks> <maml:para>Connect to the Ham Radio DeLuxe Maria Database.</maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title> <dev:code>Connect-HrdDatabase -Server localhost -Port 3307 -User PA1REG -Password 'mysecret' -Database PA1REG</dev:code> <dev:remarks> <maml:para>Connect to the Ham Radio DeLuxe Maria Database on the local computer.</maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>PA1REG </maml:linkText> <maml:uri>https://www.pa1reg.nl</maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Disconnect-HrdDatabase</command:name> <command:verb>Disconnect</command:verb> <command:noun>HrdDatabase</command:noun> <maml:description> <maml:para>Disconnects from the Ham Radio DeLuxe Logbook Maria Database.</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Disconnects from the Ham Radio DeLuxe Maria Database.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Disconnect-HrdDatabase</maml:name> </command:syntaxItem> </command:syntax> <command:parameters /> <command:inputTypes /> <command:returnValues /> <maml:alertSet> <maml:alert> <maml:para>Programmed in C#</maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title> <dev:code>Disconnect-HrdDatabase</dev:code> <dev:remarks> <maml:para>Disconnects to the Database.</maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>PA1REG </maml:linkText> <maml:uri>https://www.pa1reg.nl</maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Get-AdifFile</command:name> <command:verb>Get</command:verb> <command:noun>AdifFile</command:noun> <maml:description> <maml:para>Returns records from the Ham Radio DeLuxe Logbook. It uses a Maria Database.</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Returns the records from the Amateur Data Interchange Format(ADI) file. Not all the records are returned from the file.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-AdifFile</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none"> <maml:name>FileName</maml:name> <maml:Description> <maml:para>ADIF Filename including Path.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none"> <maml:name>Header</maml:name> <maml:Description> <maml:para>Shows also ADIF header information.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none"> <maml:name>FileName</maml:name> <maml:Description> <maml:para>ADIF Filename including Path.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none"> <maml:name>Header</maml:name> <maml:Description> <maml:para>Shows also ADIF header information.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues /> <maml:alertSet> <maml:alert> <maml:para>Programmed in C#</maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title> <dev:code>Get-AdifFile -FileName "C:\Temp\ContestCQWW.ADI"</dev:code> <dev:remarks> <maml:para>Read all rows.</maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title> <dev:code>Get-AdifFile -FileName "C:\Temp\ContestCQWW.ADI" -Header</dev:code> <dev:remarks> <maml:para>Read all rows, including header information.</maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>PA1REG </maml:linkText> <maml:uri>https://www.pa1reg.nl</maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Get-HrdBandReport</command:name> <command:verb>Get</command:verb> <command:noun>HrdBandReport</command:noun> <maml:description> <maml:para>Report summary QSO's by Band.</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Report summary QSO's by Band.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-HrdBandReport</maml:name> </command:syntaxItem> </command:syntax> <command:parameters /> <command:inputTypes /> <command:returnValues /> <maml:alertSet> <maml:alert> <maml:para>Programmed in C#</maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title> <dev:code>Get-HrdBandReport</dev:code> <dev:remarks> <maml:para>Shows the Database information.</maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>PA1REG </maml:linkText> <maml:uri>https://www.pa1reg.nl</maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Get-HrdDatabaseInfo</command:name> <command:verb>Get</command:verb> <command:noun>HrdDatabaseInfo</command:noun> <maml:description> <maml:para>Shows information about the Ham Radio DeLuxe Logbook Maria Database.</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Shows information about the Ham Radio DeLuxe Logbook Maria Database.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-HrdDatabaseInfo</maml:name> </command:syntaxItem> </command:syntax> <command:parameters /> <command:inputTypes /> <command:returnValues /> <maml:alertSet> <maml:alert> <maml:para>Programmed in C#</maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title> <dev:code>Get-HrdDatabaseInfo</dev:code> <dev:remarks> <maml:para>Shows the Database information.</maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>PA1REG </maml:linkText> <maml:uri>https://www.pa1reg.nl</maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Get-HrdIndexStatistics</command:name> <command:verb>Get</command:verb> <command:noun>HrdIndexStatistics</command:noun> <maml:description> <maml:para>Shows information about the table index statistics.</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Shows information about the table index statistics.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-HrdIndexStatistics</maml:name> </command:syntaxItem> </command:syntax> <command:parameters /> <command:inputTypes /> <command:returnValues /> <maml:alertSet> <maml:alert> <maml:para>Programmed in C#</maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title> <dev:code>Get-HrdIndexStatistics</dev:code> <dev:remarks> <maml:para>Shows the statistcs information.</maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>PA1REG </maml:linkText> <maml:uri>https://www.pa1reg.nl</maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Get-HrdModeReport</command:name> <command:verb>Get</command:verb> <command:noun>HrdModeReport</command:noun> <maml:description> <maml:para>Report summary QSO's by mode.</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Report summary QSO's by mode.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-HrdModeReport</maml:name> </command:syntaxItem> </command:syntax> <command:parameters /> <command:inputTypes /> <command:returnValues /> <maml:alertSet> <maml:alert> <maml:para>Programmed in C#</maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title> <dev:code>Get-HrdModeReport</dev:code> <dev:remarks> <maml:para>Shows the Database information.</maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>PA1REG </maml:linkText> <maml:uri>https://www.pa1reg.nl</maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Get-HrdSearch</command:name> <command:verb>Get</command:verb> <command:noun>HrdSearch</command:noun> <maml:description> <maml:para>Returns records from the Ham Radio DeLuxe Logbook. It uses a Maria Database.</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Returns records from the Ham Radio DeLuxe Maria Database. Not all the Logbook fields are returned.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-HrdSearch</maml:name> <command:parameter required="true" variableLength="true" globbing="true" pipelineInput="False" position="named" aliases="none"> <maml:name>Call</maml:name> <maml:Description> <maml:para>Filter Calls, wildcards are allowed, see examples.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none"> <maml:name>Band</maml:name> <maml:Description> <maml:para>Filter to the specified band</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none"> <maml:name>Mode</maml:name> <maml:Description> <maml:para>Filter to the specified mode</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="true" pipelineInput="False" position="named" aliases="none"> <maml:name>Call</maml:name> <maml:Description> <maml:para>Filter Calls, wildcards are allowed, see examples.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none"> <maml:name>Band</maml:name> <maml:Description> <maml:para>Filter to the specified band</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none"> <maml:name>Mode</maml:name> <maml:Description> <maml:para>Filter to the specified mode</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues /> <maml:alertSet> <maml:alert> <maml:para>Programmed in C#</maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title> <dev:code>Get-HrdSearch -Call PA1REG -Band 40m -Mode SSB</dev:code> <dev:remarks> <maml:para>Gets all the rows which applied to the filter.</maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title> <dev:code>Get-HrdSearch -Call PA1* -Band 40m -Mode SSB</dev:code> <dev:remarks> <maml:para>Gets all the rows which applied to the filter. * matches any number of characters, including zero. ? matches any single character.</maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- EXAMPLE 3 --------------------------</maml:title> <dev:code>Get-HrdSearch -Call PA?REG -Band 40m -Mode SSB</dev:code> <dev:remarks> <maml:para>Gets all the rows which applied to the filter. * matches any number of characters, including zero. ? matches any single character.</maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>PA1REG </maml:linkText> <maml:uri>https://www.pa1reg.nl</maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Start-HrdTableAnalyze</command:name> <command:verb>Start</command:verb> <command:noun>HrdTableAnalyze</command:noun> <maml:description> <maml:para>Start the Analyze of the table index statistics.</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Start the Analyze of the table index statistics. WARNING : During the Analyze of the table there will be an table lock. This means that you can not read or write to the database.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Start-HrdTableAnalyze</maml:name> </command:syntaxItem> </command:syntax> <command:parameters /> <command:inputTypes /> <command:returnValues /> <maml:alertSet> <maml:alert> <maml:para>Programmed in C#</maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title> <dev:code>Start-HrdTableAnalyze</dev:code> <dev:remarks> <maml:para>Start the Analyze.</maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>PA1REG </maml:linkText> <maml:uri>https://www.pa1reg.nl</maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Start-HrdTableOptimize</command:name> <command:verb>Start</command:verb> <command:noun>HrdTableOptimize</command:noun> <maml:description> <maml:para>Start the optimize of the table index statistics.</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Start the optimize of the table index statistics. WARNING : During the optimize of the table there will be an table lock. This means that you can not read or write to the database.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Start-HrdTableOptimize</maml:name> </command:syntaxItem> </command:syntax> <command:parameters /> <command:inputTypes /> <command:returnValues /> <maml:alertSet> <maml:alert> <maml:para>Programmed in C#</maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title> <dev:code>Start-HrdTableOptimize</dev:code> <dev:remarks> <maml:para>Start the optimize.</maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>PA1REG </maml:linkText> <maml:uri>https://www.pa1reg.nl</maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> </helpItems> |