-
Notifications
You must be signed in to change notification settings - Fork 3
Test VariablesForPublishProfile
Richie Lee edited this page May 15, 2020
·
1 revision
Validates variables used in the publish profile
Test-VariablesForPublishProfile [-jsonPsCustomObject] <PSObject> [-localVariables] [[-variableType] <String>]
[<CommonParameters>]
Validates variables used in the publish profile. If -localVariables is false, this function tries to find a variable - either a true powershell variable (e.g. $Foo), or an environment variable (e.g. $Env:Foo) for each property found in $jsonPsCustomObject.ssisEnvironmentVariable.
PS C:\> {{ Add example code here }}
{{ Add example description here }}
{{ Fill jsonPsCustomObject Description }}
Type: PSObject
Parameter Sets: (All)
Aliases:
Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
{{ Fill localVariables Description }}
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
{{ Fill variableType Description }}
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 3
Default value: PS
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.