< Back
Set-EnvironmentVariableValue
Post
NAME Set-EnvironmentVariableValue
SYNOPSIS
Updates value of variable
SYNTAX
Set-EnvironmentVariableValue [[-sqlConn] <SqlConnection>] [[-ssisVar] <PSObject>] [[-ssisProp] <Hashtable>]
[<CommonParameters>]
DESCRIPTION
Updates value of varialbe on server to what it is in target
PARAMETERS
-sqlConn <SqlConnection>
Required? false
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
-ssisVar <PSObject>
Settings of target variable
Required? false
Position? 2
Default value
Accept pipeline input? false
Accept wildcard characters? false
-ssisProp <Hashtable>
Properties of deployment (folder/project/environment)
new value.
Required? false
Position? 3
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:\\>Set-EnvironmentVariableValue -sqlConn $sqlConnection -ssisVar $ssisVariable -ssisProp $ssisProperties
RELATED LINKS
SYNOPSIS
Updates value of variable
SYNTAX
Set-EnvironmentVariableValue [[-sqlConn] <SqlConnection>] [[-ssisVar] <PSObject>] [[-ssisProp] <Hashtable>]
[<CommonParameters>]
DESCRIPTION
Updates value of varialbe on server to what it is in target
PARAMETERS
-sqlConn <SqlConnection>
Required? false
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
-ssisVar <PSObject>
Settings of target variable
Required? false
Position? 2
Default value
Accept pipeline input? false
Accept wildcard characters? false
-ssisProp <Hashtable>
Properties of deployment (folder/project/environment)
new value.
Required? false
Position? 3
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:\\>Set-EnvironmentVariableValue -sqlConn $sqlConnection -ssisVar $ssisVariable -ssisProp $ssisProperties
RELATED LINKS