--- title: "SqlXmlParameter Object (SQLXML)" description: Learn about the properties supported by the SqlXmlParameter object, a SQLXML Managed Class. author: MikeRayMSFT ms.author: mikeray ms.date: "03/16/2017" ms.service: sql ms.subservice: xml ms.topic: "reference" helpviewer_keywords: - "SQLXML Managed Classes, SqlXmlParameter object" - "Value property" - "Managed Classes [SQLXML], SqlXmlParameter object" - "SqlXmlParameter object" - "Name property" monikerRange: "=azuresqldb-current||>=sql-server-2016||>=sql-server-linux-2017||=azuresqldb-mi-current" --- # SQLXML Managed Classes - SqlXmlParameter Object [!INCLUDE [SQL Server Azure SQL Database](../../../includes/applies-to-version/sql-asdb.md)] The SqlXmlParameter object supports these properties: Name The name of the parameter. Commands can be passed parameters. Calling the CreateParameter method of the SqlXmlCommand object creates the parameter object. Value The value of the parameter. For a working sample, see [Executing SQL Queries (SQLXML Managed Classes)](../../../relational-databases/sqlxml-annotated-xsd-schemas-xpath-queries/net-framework-classes/executing-sql-queries-sqlxml-managed-classes.md). ## See Also [SqlXmlCommand Object (SQLXML Managed Classes)](../../../relational-databases/sqlxml-annotated-xsd-schemas-xpath-queries/net-framework-classes/sqlxml-managed-classes-sqlxmlcommand-object.md) [SqlXmlAdapter Object (SQLXML Managed Classes)](../../../relational-databases/sqlxml-annotated-xsd-schemas-xpath-queries/net-framework-classes/sqlxml-managed-classes-sqlxmladapter-object.md) [Accessing SQLXML Functionality in the .NET Environment](../../../relational-databases/sqlxml-annotated-xsd-schemas-xpath-queries/net-framework-classes/accessing-sqlxml-functionality-in-the-net-environment.md)