FileConnectionManagerUIArgs.SupportedUsageTypes 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置一个集合,该集合包含可用的用法类型。 在 DTSFileConnectionUsageType 中定义有效的用法类型。
public:
property System::Collections::ICollection ^ SupportedUsageTypes { System::Collections::ICollection ^ get(); void set(System::Collections::ICollection ^ value); };
public System.Collections.ICollection SupportedUsageTypes { get; set; }
member this.SupportedUsageTypes : System.Collections.ICollection with get, set
Public Property SupportedUsageTypes As ICollection
属性值
一个集合,该集合包含可用的用法类型。
注解
空集合意味着支持所有使用类型。
使用类型当前为“创建文件”、“现有文件”、“创建文件夹”和“现有”文件夹。 集合仅包含那些对连接有效的类型。 例如,在 FTP 任务中,如果操作是使用 FTP 发送文件,则本地路径只能是现有文件,因为只能传输现有文件。