DirList Property

String denoting the name of the variable which contains the last directory listing entries.

Data Type

String

Default Value

"<none>"

Remarks

This property denotes a variable name which contains the collection of directory listings returned from the server when the Operation property has been set to opListDirectory. The collection is made up of entries for each listing in the current directory, specified by the URL property.

The variable is in the form of a datatable. The table's rows represent a directory listing, and the columns represent a different property of the listing. The columns of the datatable are listed below:

(0) ResourceURIThe URI of the resource being listed.
(1) DisplayNameThe name of the resource being listed.
(2) ContentLanguageThe language of the resource being listed.
(3) ContentLengthThe length (in bytes) of the resource being listed.
(4) ContentTypeThe content-type of the resource being listed.
(5) LastModifiedThe last modified date/time of the resource being listed.
(6) IsDirDenotes whether the listing is a directory or a file.

NOTE: If this property is set to a valid ADO object when the Operation property is set to ReceiveFiles, the task will populate this table with a directory listing of all the files matching the FileMask on the server. The columns of this datatable are listed below:

(0) ReceivedFileURIThe resource URI of the received file.
(1) ReceivedFileNameThe name of the received file.
(2) ReceivedFileSizeThe size (in bytes) of the received file.
(3) ReceivedFileDateThe last modified date/time of the received file.

This property is read-only.

This property is not available in the Sender.

Copyright (c) 2022 /n software inc. - All rights reserved.
/n software Tasks for SSIS - Version 20.0 [Build 8319]