Поделиться через


SsisEnvironment type

Среда SSIS.

type SsisEnvironment = SsisObjectMetadata & {
  folderId?: number
  type: "Environment"
  variables?: SsisVariable[]
}