In Integration Services Catalogs I can see what versions of a package/project are available and if necessary revert to an older version. On this dialog I see a field "description" however I found no way yet to put a description into this field. How can it be edited/filled ?
|
I assume you're describing this window
What the answer wasn'tFolder's have descriptions, you can set them via the catalog.set_folder_description stored procedure. In my example, my folder is called SSISHackAndSlash and my project is SSISHackAndSlash2012.
I called the above method and looked at the properties of the folder and they match.
I then tried to use the same call but using the Project name but no dice
That's the only public proc in the list of all the SSISDB Stored Procedures that mentions description. The actual deploy proc, catalog.deploy_project doesn't have a parameter for description. What the answer isSince the answer wasn't in the public catalog and it lead me to believe it either wasn't an exposed property or it's something in the actual project itself. Occam's razor wins.
Win
If you like futzing with the .ispac directly, in the @Project.manifest, the property is serialized under the |
||||
|
|




