ARCHIVE_FULLPATH | returns the complete URL path of the published archive on the server. The URL path includes the name of the archive, as specified by ARCHIVE_NAME or the generated name if ARCHIVE_NAME is not specified. This output property is returned only if ARCHIVE_PATH is specified. |
ARCHIVE_NAME | specifies a character string that indicates the name of the archive file. |
ARCHIVE_PATH | specifies a character string that indicates the path where the archive should be created. |
FTP_PASSWORD | indicates the password that is needed to log on to the remote host at which the archive will be stored. Specify this property only when the remote host is secured. |
FTP_USER | indicates the user ID that is needed to log on to the remote host at which the archive will be stored. Specify this property only when the remote host is secured. |
GENERATED_NAME | returns the name of the package, whether this value was generated by SAS or specified by another property. This property is an output property. If the package is published with a PARENT_URL, and ARCHIVE_PATH is not specified, then the package is published as a folder that contains the contents of the package and not as a .spk file. In this case, the return value for GENERATED_NAME will not be the name of the archive but the name of the package. For SharePoint, this is a folder name. |
HTTP_PASSWORD | indicates the password that is needed to bind to the Web server on which the package is published. Specify this property only when the Web server is secured. |
HTTP_PROXY_URL | indicates the URL of the proxy server. |
HTTP_USER | indicates the user ID that is needed to bind to the Web server on which the package is published. Specify this property only when the Web server is secured. |