< Back

New-IscProperties

Fri Jan 10, 2020 9:05 pm

NAME New-IscProperties



SYNOPSIS

Takes Integration Services Catalog Properties and loads them into a hash table





SYNTAX

New-IscProperties [-jsonObject] <PSObject> [<CommonParameters>]





DESCRIPTION

Internal function

Used to return a hash table of the properties instead of using json objects

As it's a customObject anything could be loaded really.





PARAMETERS

-jsonObject <PSObject>

After we have called Import-Json we load values into a hash table for the "IntegrationServicesCatalog"

properties

Used pretty much everywhere!



Required? true

Position? 1

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:\\>$ssisProperties = New-IscProperties -jsonObject $ssisJson















RELATED LINKS