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.
我在具有唯一标识符数据类型的 Sql Server 中使用了唯一用户 ID。
下面的 C# 代码总是创建一个唯一标识符?
Guid.NewGuid();
我知道这是一个简短的答案,但是:
是的,您的代码始终创建一个唯一标识符。