AzureSqlMaintenancePlan.dll-Help.xml
<?xml version="1.0" encoding="utf-8"?>
<helpItems schema="maml" xmlns="http://msh"> <!-- Cmdlet: Get-Index --> <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"> <command:details> <command:name>Get-Index</command:name> <command:verb>Get</command:verb> <command:noun>Index</command:noun> <maml:description> <maml:para>Get indexes fragmentation information</maml:para> </maml:description> </command:details> <maml:description> <maml:para>This cmdlet allows you to retrieve index fragmentation information and configure the threshold to calculate whether the required operation should be a rebuild or a reorganization.</maml:para> </maml:description> <command:syntax> <!-- Parameter set: __AllParameterSets --> <command:syntaxItem> <maml:name>Get-Index</maml:name> <!-- Parameter: ConnectionString --> <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named"> <maml:name>ConnectionString</maml:name> <maml:description> <maml:para>Required data for connect to a database</maml:para> </maml:description> <command:parameterValue required="true">ConnectionString</command:parameterValue> <dev:type> <maml:name>AzureSqlMaintenancePlan.ConnectionString</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: CommandTimeout --> <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"> <maml:name>CommandTimeout</maml:name> <command:parameterValue required="true">int</command:parameterValue> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>0</dev:defaultValue> </command:parameter> <!-- Parameter: RecommendedAction --> <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"> <maml:name>RecommendedAction</maml:name> <maml:description> <maml:para>Possible values: Rebuild, Reorganize</maml:para> </maml:description> <command:parameterValue required="true">IndexRecommendedAction</command:parameterValue> <dev:type> <maml:name>AzureSqlMaintenancePlan.IndexRecommendedAction</maml:name> <maml:uri /> </dev:type> <command:parameterValueGroup> <command:parameterValue required="false" variableLength="false">Rebuild</command:parameterValue> <command:parameterValue required="false" variableLength="false">Reorganize</command:parameterValue> </command:parameterValueGroup> </command:parameter> <!-- Parameter: Threshold --> <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"> <maml:name>Threshold</maml:name> <command:parameterValue required="true">IndexThreshold</command:parameterValue> <dev:type> <maml:name>AzureSqlMaintenancePlan.IndexThreshold</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>AzureSqlMaintenancePlan.IndexThreshold</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <!-- Parameter: RecommendedAction --> <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"> <maml:name>RecommendedAction</maml:name> <maml:description> <maml:para>Possible values: Rebuild, Reorganize</maml:para> </maml:description> <command:parameterValue required="true">IndexRecommendedAction</command:parameterValue> <dev:type> <maml:name>AzureSqlMaintenancePlan.IndexRecommendedAction</maml:name> <maml:uri /> </dev:type> <command:parameterValueGroup> <command:parameterValue required="false" variableLength="false">Rebuild</command:parameterValue> <command:parameterValue required="false" variableLength="false">Reorganize</command:parameterValue> </command:parameterValueGroup> </command:parameter> <!-- Parameter: Threshold --> <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"> <maml:name>Threshold</maml:name> <command:parameterValue required="true">IndexThreshold</command:parameterValue> <dev:type> <maml:name>AzureSqlMaintenancePlan.IndexThreshold</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>AzureSqlMaintenancePlan.IndexThreshold</dev:defaultValue> </command:parameter> <!-- Parameter: ConnectionString --> <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named"> <maml:name>ConnectionString</maml:name> <maml:description> <maml:para>Required data for connect to a database</maml:para> </maml:description> <command:parameterValue required="true">ConnectionString</command:parameterValue> <dev:type> <maml:name>AzureSqlMaintenancePlan.ConnectionString</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: CommandTimeout --> <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"> <maml:name>CommandTimeout</maml:name> <command:parameterValue required="true">int</command:parameterValue> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>0</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>AzureSqlMaintenancePlan.IndexRecommendedAction</maml:name> <maml:uri /> </dev:type> </command:inputType> <command:inputType> <dev:type> <maml:name>AzureSqlMaintenancePlan.IndexThreshold</maml:name> <maml:uri /> </dev:type> </command:inputType> <command:inputType> <dev:type> <maml:name>AzureSqlMaintenancePlan.ConnectionString</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>Required data for connect to a database</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <!-- OutputType: Index --> <command:returnValue> <dev:type> <maml:name>AzureSqlMaintenancePlan.Index</maml:name> <maml:uri /> </dev:type> </command:returnValue> </command:returnValues> <command:examples> <command:example> <maml:title>---------- EXAMPLE 1 ----------</maml:title> <dev:code>A very basic example $password = ConvertTo-SecureString "P@ssw0rd" -AsPlainText -Force $connectionString = New-Object AzureSqlMaintenancePlan.ConnectionString(".", "Northwind", "sa", $password) Get-Indexes -ConnectionString $connectionString</dev:code> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>Detecting fragmentation of rowstore indexes</maml:linkText> <maml:uri>https://docs.microsoft.com/en-us/sql/relational-databases/indexes/reorganize-and-rebuild-indexes?view=sql-server-ver15#detecting-fragmentation-of-rowstore-indexes</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Cmdlet: Update-Index --> <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"> <command:details> <command:name>Update-Index</command:name> <command:verb>Update</command:verb> <command:noun>Index</command:noun> <maml:description> <maml:para>Update an index</maml:para> </maml:description> </command:details> <command:syntax> <!-- Parameter set: IndexObject --> <command:syntaxItem> <maml:name>Update-Index</maml:name> <!-- Parameter: Index --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="i"> <maml:name>Index</maml:name> <command:parameterValue required="true">IndexId[]</command:parameterValue> <dev:type> <maml:name>AzureSqlMaintenancePlan.IndexId[]</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: ConnectionString --> <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named"> <maml:name>ConnectionString</maml:name> <maml:description> <maml:para>Required data for connect to a database</maml:para> </maml:description> <command:parameterValue required="true">ConnectionString</command:parameterValue> <dev:type> <maml:name>AzureSqlMaintenancePlan.ConnectionString</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: CommandTimeout --> <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"> <maml:name>CommandTimeout</maml:name> <command:parameterValue required="true">int</command:parameterValue> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>0</dev:defaultValue> </command:parameter> <!-- Parameter: Offline --> <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"> <maml:name>Offline</maml:name> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> <!-- Parameter: Threshold --> <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"> <maml:name>Threshold</maml:name> <command:parameterValue required="true">IndexThreshold</command:parameterValue> <dev:type> <maml:name>AzureSqlMaintenancePlan.IndexThreshold</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>AzureSqlMaintenancePlan.IndexThreshold</dev:defaultValue> </command:parameter> </command:syntaxItem> <!-- Parameter set: Index --> <command:syntaxItem> <maml:name>Update-Index</maml:name> <!-- Parameter: Schema --> <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="0"> <maml:name>Schema</maml:name> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: Table --> <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="1"> <maml:name>Table</maml:name> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: Name --> <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="2"> <maml:name>Name</maml:name> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: ConnectionString --> <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named"> <maml:name>ConnectionString</maml:name> <maml:description> <maml:para>Required data for connect to a database</maml:para> </maml:description> <command:parameterValue required="true">ConnectionString</command:parameterValue> <dev:type> <maml:name>AzureSqlMaintenancePlan.ConnectionString</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: CommandTimeout --> <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"> <maml:name>CommandTimeout</maml:name> <command:parameterValue required="true">int</command:parameterValue> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>0</dev:defaultValue> </command:parameter> <!-- Parameter: Offline --> <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"> <maml:name>Offline</maml:name> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> <!-- Parameter: Threshold --> <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"> <maml:name>Threshold</maml:name> <command:parameterValue required="true">IndexThreshold</command:parameterValue> <dev:type> <maml:name>AzureSqlMaintenancePlan.IndexThreshold</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>AzureSqlMaintenancePlan.IndexThreshold</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <!-- Parameter: Index --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="i"> <maml:name>Index</maml:name> <command:parameterValue required="true">IndexId[]</command:parameterValue> <dev:type> <maml:name>AzureSqlMaintenancePlan.IndexId[]</maml:name> <maml:uri /> </dev:type> </command:parameter> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="i"> <maml:name>i</maml:name> <command:parameterValue required="true">IndexId[]</command:parameterValue> <dev:type> <maml:name>AzureSqlMaintenancePlan.IndexId[]</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>This is an alias of the Index parameter.</maml:para> </maml:description> </command:parameter> <!-- Parameter: Offline --> <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"> <maml:name>Offline</maml:name> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> <!-- Parameter: Threshold --> <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"> <maml:name>Threshold</maml:name> <command:parameterValue required="true">IndexThreshold</command:parameterValue> <dev:type> <maml:name>AzureSqlMaintenancePlan.IndexThreshold</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>AzureSqlMaintenancePlan.IndexThreshold</dev:defaultValue> </command:parameter> <!-- Parameter: Schema --> <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="0"> <maml:name>Schema</maml:name> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: Table --> <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="1"> <maml:name>Table</maml:name> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: Name --> <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="2"> <maml:name>Name</maml:name> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: ConnectionString --> <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named"> <maml:name>ConnectionString</maml:name> <maml:description> <maml:para>Required data for connect to a database</maml:para> </maml:description> <command:parameterValue required="true">ConnectionString</command:parameterValue> <dev:type> <maml:name>AzureSqlMaintenancePlan.ConnectionString</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: CommandTimeout --> <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"> <maml:name>CommandTimeout</maml:name> <command:parameterValue required="true">int</command:parameterValue> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>0</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>AzureSqlMaintenancePlan.IndexId[]</maml:name> <maml:uri /> </dev:type> </command:inputType> <command:inputType> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> </command:inputType> <command:inputType> <dev:type> <maml:name>AzureSqlMaintenancePlan.IndexThreshold</maml:name> <maml:uri /> </dev:type> </command:inputType> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:inputType> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:inputType> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:inputType> <command:inputType> <dev:type> <maml:name>AzureSqlMaintenancePlan.ConnectionString</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>Required data for connect to a database</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <!-- OutputType: Index --> <command:returnValue> <dev:type> <maml:name>AzureSqlMaintenancePlan.Index</maml:name> <maml:uri /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <!-- Cmdlet: Get-Statistic --> <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"> <command:details> <command:name>Get-Statistic</command:name> <command:verb>Get</command:verb> <command:noun>Statistic</command:noun> <maml:description> <maml:para>Get statistics information</maml:para> </maml:description> </command:details> <command:syntax> <!-- Parameter set: __AllParameterSets --> <command:syntaxItem> <maml:name>Get-Statistic</maml:name> <!-- Parameter: ConnectionString --> <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named"> <maml:name>ConnectionString</maml:name> <maml:description> <maml:para>Required data for connect to a database</maml:para> </maml:description> <command:parameterValue required="true">ConnectionString</command:parameterValue> <dev:type> <maml:name>AzureSqlMaintenancePlan.ConnectionString</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: CommandTimeout --> <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"> <maml:name>CommandTimeout</maml:name> <command:parameterValue required="true">int</command:parameterValue> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>0</dev:defaultValue> </command:parameter> <!-- Parameter: ExceedsThreshold --> <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"> <maml:name>ExceedsThreshold</maml:name> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> <!-- Parameter: Threshold --> <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"> <maml:name>Threshold</maml:name> <command:parameterValue required="true">int</command:parameterValue> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <!-- Parameter: Threshold --> <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"> <maml:name>Threshold</maml:name> <command:parameterValue required="true">int</command:parameterValue> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <!-- Parameter: ExceedsThreshold --> <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"> <maml:name>ExceedsThreshold</maml:name> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> <!-- Parameter: ConnectionString --> <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named"> <maml:name>ConnectionString</maml:name> <maml:description> <maml:para>Required data for connect to a database</maml:para> </maml:description> <command:parameterValue required="true">ConnectionString</command:parameterValue> <dev:type> <maml:name>AzureSqlMaintenancePlan.ConnectionString</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: CommandTimeout --> <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"> <maml:name>CommandTimeout</maml:name> <command:parameterValue required="true">int</command:parameterValue> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>0</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> </command:inputType> <command:inputType> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> </command:inputType> <command:inputType> <dev:type> <maml:name>AzureSqlMaintenancePlan.ConnectionString</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>Required data for connect to a database</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <!-- OutputType: Statistic --> <command:returnValue> <dev:type> <maml:name>AzureSqlMaintenancePlan.Statistic</maml:name> <maml:uri /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <!-- Cmdlet: Update-Statistic --> <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"> <command:details> <command:name>Update-Statistic</command:name> <command:verb>Update</command:verb> <command:noun>Statistic</command:noun> <maml:description> <maml:para>Update a statistic</maml:para> </maml:description> </command:details> <command:syntax> <!-- Parameter set: StatisticObject --> <command:syntaxItem> <maml:name>Update-Statistic</maml:name> <!-- Parameter: Statistic --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Statistic</maml:name> <command:parameterValue required="true">StatisticId[]</command:parameterValue> <dev:type> <maml:name>AzureSqlMaintenancePlan.StatisticId[]</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: ConnectionString --> <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named"> <maml:name>ConnectionString</maml:name> <maml:description> <maml:para>Required data for connect to a database</maml:para> </maml:description> <command:parameterValue required="true">ConnectionString</command:parameterValue> <dev:type> <maml:name>AzureSqlMaintenancePlan.ConnectionString</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: CommandTimeout --> <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"> <maml:name>CommandTimeout</maml:name> <command:parameterValue required="true">int</command:parameterValue> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>0</dev:defaultValue> </command:parameter> <!-- Parameter: FullScan --> <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"> <maml:name>FullScan</maml:name> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:syntaxItem> <!-- Parameter set: Statistic --> <command:syntaxItem> <maml:name>Update-Statistic</maml:name> <!-- Parameter: Schema --> <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="0"> <maml:name>Schema</maml:name> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: Table --> <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="1"> <maml:name>Table</maml:name> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: Name --> <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="2"> <maml:name>Name</maml:name> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: ConnectionString --> <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named"> <maml:name>ConnectionString</maml:name> <maml:description> <maml:para>Required data for connect to a database</maml:para> </maml:description> <command:parameterValue required="true">ConnectionString</command:parameterValue> <dev:type> <maml:name>AzureSqlMaintenancePlan.ConnectionString</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: CommandTimeout --> <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"> <maml:name>CommandTimeout</maml:name> <command:parameterValue required="true">int</command:parameterValue> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>0</dev:defaultValue> </command:parameter> <!-- Parameter: FullScan --> <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"> <maml:name>FullScan</maml:name> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <!-- Parameter: Statistic --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Statistic</maml:name> <command:parameterValue required="true">StatisticId[]</command:parameterValue> <dev:type> <maml:name>AzureSqlMaintenancePlan.StatisticId[]</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: FullScan --> <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"> <maml:name>FullScan</maml:name> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> <!-- Parameter: Schema --> <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="0"> <maml:name>Schema</maml:name> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: Table --> <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="1"> <maml:name>Table</maml:name> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: Name --> <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="2"> <maml:name>Name</maml:name> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: ConnectionString --> <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named"> <maml:name>ConnectionString</maml:name> <maml:description> <maml:para>Required data for connect to a database</maml:para> </maml:description> <command:parameterValue required="true">ConnectionString</command:parameterValue> <dev:type> <maml:name>AzureSqlMaintenancePlan.ConnectionString</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: CommandTimeout --> <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"> <maml:name>CommandTimeout</maml:name> <command:parameterValue required="true">int</command:parameterValue> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>0</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>AzureSqlMaintenancePlan.StatisticId[]</maml:name> <maml:uri /> </dev:type> </command:inputType> <command:inputType> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> </command:inputType> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:inputType> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:inputType> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:inputType> <command:inputType> <dev:type> <maml:name>AzureSqlMaintenancePlan.ConnectionString</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>Required data for connect to a database</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <!-- OutputType: Statistic --> <command:returnValue> <dev:type> <maml:name>AzureSqlMaintenancePlan.Statistic</maml:name> <maml:uri /> </dev:type> </command:returnValue> </command:returnValues> </command:command> </helpItems> |