Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit e9a7995

Browse files
Update MDS workaround reference (#34415)
Co-authored-by: Bo wen Yang <160521015+Albertyang0@users.noreply.github.com>
1 parent 8f6daa0 commit e9a7995

1 file changed

Lines changed: 1 addition & 11 deletions

File tree

docs/integration-services/connection-manager/ado-net-connection-manager.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -118,17 +118,7 @@ To use .NET API [Microsoft.SqlServer.Dts.Runtime Namespace](/dotnet/api/microsof
118118
1. SSIS package includes the following SSIS tasks that rely on SQL Server Management Objects (SMO): **Transfer Database Task**, **Transfer Error Messages Task**, **Transfer Jobs Task**, **Transfer Logins Task**, **Transfer Master Stored Procedures Task**, **Transfer SQL Server Objects Task**, **Maintenance Cleanup Task**, **Back Up Database Task**, **History Cleanup Task**, **Notify Operator Task**, **Check Database Integrity Task**, **Rebuild Index Task**, **Shrink Database Task**, **Reorganize Index Task**, **Execute SQL Server Agent Job Task**, **Execute T-SQL Statement Task**, and **Update Statistics Task**, add the following reference to their project and rebuild the project:
119119

120120
```xml
121-
<PropertyGroup>
122-
<DTSPath>C:\Program Files\Microsoft SQL Server\170\DTS\BINN</ DTSPath></PropertyGroup>
123-
<ItemGroup>
124-
<Reference Include=" $(DTSPath)/Microsoft.SqlServer.Management.Sdk.Sfc.dll" />
125-
<Reference Include=" $(DTSPath)/Microsoft.SqlServer.SmoExtended.dll" />
126-
<Reference Include=" $(DTSPath)/Microsoft.SqlServer.Smo.dll" />
127-
<Reference Include=" $(DTSPath)/Microsoft.SqlServer.SqlEnum.dll" />
128-
<Reference Include=" $(DTSPath)/Microsoft.SqlServer.ConnectionInfo.dll" />
129-
<Reference Include=" $(DTSPath)/ Microsoft.SqlServer.Dmf.Common.dll" />
130-
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.0.0" />
131-
</ItemGroup>
121+
<ItemGroup><PackageReference Include="Microsoft.SqlServer.SqlManagementObjects" Version="172.74.0" /> </ItemGroup>
132122
```
133123

134124
#### Managed identities for Azure resources authentication

0 commit comments

Comments
 (0)