次の方法で共有


IDTSFileSystemTask.Attributes プロパティ

定義

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

ファイルまたはディレクトリに適用される属性を取得します。値の設定も可能です。

public:
 property Microsoft::SqlServer::Dts::Tasks::FileSystemTask::DTSFileSystemAttributes Attributes { Microsoft::SqlServer::Dts::Tasks::FileSystemTask::DTSFileSystemAttributes get(); void set(Microsoft::SqlServer::Dts::Tasks::FileSystemTask::DTSFileSystemAttributes value); };
public Microsoft.SqlServer.Dts.Tasks.FileSystemTask.DTSFileSystemAttributes Attributes { get; set; }
member this.Attributes : Microsoft.SqlServer.Dts.Tasks.FileSystemTask.DTSFileSystemAttributes with get, set
Public Property Attributes As DTSFileSystemAttributes

プロパティ値

ファイルまたはディレクトリに適用される属性を示す DTSFileSystemAttributes 列挙の有効な値です。

適用対象