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# 以编程方式确定 SQL Server 2000 备份文件是否已受密码保护?
SQL Server 备份文件没有本机密码保护。所以我推荐这样的东西:
IF (1==1) { //It's not password protected }
只是在开玩笑。您正在使用哪个应用程序的“密码保护”备份文件?您可能必须联系应用程序供应商。