หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Applies to:
SQL Server
Azure SQL Database
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).
See Also
SqlXmlCommand Object (SQLXML Managed Classes)
SqlXmlAdapter Object (SQLXML Managed Classes)
Accessing SQLXML Functionality in the .NET Environment