< Back

Set-EnvironmentVariableProtection

Fri Jan 10, 2020 9:08 pm

NAME Set-EnvironmentVariableProtection



SYNOPSIS

Alters protection level of variable





SYNTAX

Set-EnvironmentVariableProtection [[-sqlConn] <SqlConnection>] [[-ssisVar] <PSObject>] [[-ssisProp] <Hashtable>]

[<CommonParameters>]





DESCRIPTION

Alters protection level of variable... IDK what else to say





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-EnvironmentVariableProtection -sqlConn $sqlConnection -ssisVar $ssisVariable -ssisProp $ssisProperties















RELATED LINKS