Reference Microsoft.SqlServer.Smo.dll

前端 未结 11 1305
轮回少年
轮回少年 2020-12-04 11:59

I need to use Server class which is stored in Microsoft.SqlServer.Smo.dll I don\'t see this assembly in usual References dialog. I have found it at C:/Program Files/Microsof

11条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-04 12:48

    You can try this unofficial nuget package...

    https://www.nuget.org/packages/Unofficial.Microsoft.SQLServer.SMO/

    Install-Package Unofficial.Microsoft.SQLServer.SMO

提交回复
热议问题