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.
浏览文档我没有看到 GUID 数据类型。是否有生成随机 GUID 的功能或其他东西?它是什么?
$System.Util.CreateGUID()
然而,这不会返回数据类型,它只是一个字符串。如果您需要在逻辑/显示/ODBC 之间进行特殊验证或转换,您可以编写自己的数据类型类。