IDTSFileSystemTask.Attributes プロパティ

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

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

名前空間:  Microsoft.SqlServer.Dts.Tasks.FileSystemTask
アセンブリ:  Microsoft.SqlServer.FileSystemTask (Microsoft.SqlServer.FileSystemTask.dll)

構文

'宣言
Property Attributes As DTSFileSystemAttributes 
    Get 
    Set
'使用
Dim instance As IDTSFileSystemTask 
Dim value As DTSFileSystemAttributes 

value = instance.Attributes

instance.Attributes = value
DTSFileSystemAttributes Attributes { get; set; }
property DTSFileSystemAttributes Attributes {
    DTSFileSystemAttributes get ();
    void set (DTSFileSystemAttributes value);
}
abstract Attributes : DTSFileSystemAttributes with get, set
function get Attributes () : DTSFileSystemAttributes 
function set Attributes (value : DTSFileSystemAttributes)

プロパティ値

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

関連項目

参照

IDTSFileSystemTask インターフェイス

Microsoft.SqlServer.Dts.Tasks.FileSystemTask 名前空間