-
Notifications
You must be signed in to change notification settings - Fork 3
Test ProjectParamsMatch
Richie Lee edited this page May 15, 2020
·
1 revision
Import the integration services catalog publish json file
Test-ProjectParamsMatch [-jsonObject] <PSObject> [-ispacPath] <String> [<CommonParameters>]
Internal function used to import the json file that stores the integration services catalog properties and variables.
Test-ProjectParamsMatch -jsonObject "C:\Users\SQLTraining\Documents\iscPublish.json" -ispacPath "C:\Users\SQLTraining\Documents\iscPublish.ispac"
Json object.
Type: PSObject
Parameter Sets: (All)
Aliases:
Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
File path of ispac file.
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.