---
title: "AlgorithmParameter Element (ASSL) | Microsoft Docs"
ms.custom: ""
ms.date: "03/03/2017"
ms.prod: "sql-server-2016"
ms.reviewer: ""
ms.suite: ""
ms.technology:
- "analysis-services"
- "docset-sql-devref"
ms.tgt_pltfrm: ""
ms.topic: "reference"
apiname:
- "AlgorithmParameter Element"
apilocation:
- "http://schemas.microsoft.com/analysisservices/2003/engine"
apitype: "Schema"
applies_to:
- "SQL Server 2016 Preview"
f1_keywords:
- "AlgorithmParameter"
helpviewer_keywords:
- "AlgorithmParameter element"
ms.assetid: 73211495-065c-43c6-a486-be6044617263
caps.latest.revision: 35
author: "Minewiskan"
ms.author: "owend"
manager: "erikre"
---
# AlgorithmParameter Element (ASSL)
Defines a parameter for the algorithm used by a [MiningModel](../../../analysis-services/scripting/objects/miningmodel-element-assl.md) element.
## Syntax
```xml
...
...
```
## Element Characteristics
|Characteristic|Description|
|--------------------|-----------------|
|Data type and length|None|
|Default value|None|
|Cardinality|0-n: Optional element that can occur more than once.|
## Element Relationships
|Relationship|Element|
|------------------|-------------|
|Parent elements|[AlgorithmParameters](../../../analysis-services/scripting/collections/algorithmparameters-element-assl.md)|
|Child elements|[Name](../../../analysis-services/scripting/properties/name-element-assl.md), [Value](../../../analysis-services/scripting/properties/value-element-assl.md)|
## Remarks
An **AlgorithmParameter** is a parameter for a mining model algorithm. The **AlgorithmParameter** represents this parameter as a name/value pair. The set of applicable parameters that an **AlgorithmParameter** can represent is algorithm-dependent. For more information about algorithm parameters for a given algorithm, see the appropriate documentation for that algorithm.
Available algorithm parameters, including validation and display information, can be retrieved from the [DMSCHEMA_MINING_SERVICE_PARAMETERS](../../../analysis-services/schema-rowsets/data-mining/dmschema-mining-service-parameters-rowset.md) schema rowset.
The corresponding element in the Analysis Management Objects (AMO) object model is .
## See Also
[MiningModel Element (ASSL)](../../../analysis-services/scripting/objects/miningmodel-element-assl.md)
[Algorithm Element (ASSL)](../../../analysis-services/scripting/properties/algorithm-element-assl.md)
[Objects (ASSL)](../../../analysis-services/scripting/objects/objects-assl.md)