Skip to content

Commit

Permalink
Add namespace variable so that full type name can be resolved (#5114)
Browse files Browse the repository at this point in the history
  • Loading branch information
alevyinroc authored and potatoqualitee committed Feb 24, 2019
1 parent cde3354 commit 4fddce1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions functions/Copy-DbaSsisCatalog.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ function Copy-DbaSsisCatalog {
)
<# Developer note: The throw calls must stay in this command #>
begin {
$ISNamespace = "Microsoft.SqlServer.Management.IntegrationServices"
function Get-RemoteIntegrationService {
param (
[Object]$Computer
Expand Down

0 comments on commit 4fddce1

Please sign in to comment.