-
Notifications
You must be signed in to change notification settings - Fork 3
New IscProperties
Richie Lee edited this page May 15, 2020
·
1 revision
Takes Integration Services Catalog Properties and loads them into a hash table
New-IscProperties [-jsonObject] <PSObject> [<CommonParameters>]
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.
$ssisProperties = New-IscProperties -jsonObject $ssisJson
After we have called Import-Json we load values into a hash table for the "IntegrationServicesCatalog" properties Used pretty much everywhere!
Type: PSObject
Parameter Sets: (All)
Aliases:
Required: True
Position: 1
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.