| title | SqlXmlParameter Object (SQLXML Managed Classes) | Microsoft Docs | |||||
|---|---|---|---|---|---|---|
| ms.custom | ||||||
| ms.date | 03/16/2017 | |||||
| ms.prod | sql-server-2016 | |||||
| ms.reviewer | ||||||
| ms.suite | ||||||
| ms.technology |
|
|||||
| ms.tgt_pltfrm | ||||||
| ms.topic | reference | |||||
| helpviewer_keywords |
|
|||||
| ms.assetid | 40b938bf-7b09-48b3-9771-4421a673e17b | |||||
| caps.latest.revision | 21 | |||||
| author | douglaslMS | |||||
| ms.author | douglasl | |||||
| manager | jhubbard |
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).
SqlXmlCommand Object (SQLXML Managed Classes)
SqlXmlAdapter Object (SQLXML Managed Classes)
Accessing SQLXML Functionality in the .NET Environment