< Back

Test-ProjectParamsMatch

Fri Jan 10, 2020 9:10 pm

NAME Test-ProjectParamsMatch



SYNOPSIS

Import the integration services catalog publish json file





SYNTAX

Test-ProjectParamsMatch [-jsonObject] <PSObject> [-ispacPath] <String> [<CommonParameters>]





DESCRIPTION

Internal function used to import the json file that stores the integration services catalog properties and

variables.





PARAMETERS

-jsonObject <PSObject>

Json object.



Required? true

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-ispacPath <String>

File path of ispac file.



Required? true

Position? 2

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS



-------------------------- EXAMPLE 1 --------------------------



PS C:\\>Test-ProjectParamsMatch -jsonObject "C:\\Users\\SQLTraining\\Documents\\iscPublish.json" -ispacPath

"C:\\Users\\SQLTraining\\Documents\\iscPublish.ispac"















RELATED LINKS