หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Applies to:
SQL Server
Azure SQL Database
Azure SQL Managed Instance
Azure Synapse Analytics
Analytics Platform System (PDW)
To get information about a result set
Call SQLNumResultCols to get the number of columns in the result set.
For each column in the result set:
- Call SQLDescribeCol to get information about the result column.
Or
- Call SQLColAttribute to get specific descriptor information about the result column.