Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在 C# 中使用 OleDbSchemaGuid 获取用户定义函数列表?
你用OleDbSchemaGuid.Procedures的GetOleDbSchemaTable方法。如果过程返回一个函数,则结果数据集中的限制列的值将为 DB_PT_FUNCTION。
OleDbSchemaGuid.Procedures
GetOleDbSchemaTable