Bagikan melalui


IDTSFileSystemTask.Attributes Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Gets or sets the attributes to apply to the file or directory.

Namespace:  Microsoft.SqlServer.Dts.Tasks.FileSystemTask
Assembly:  Microsoft.SqlServer.FileSystemTask (in Microsoft.SqlServer.FileSystemTask.dll)

Syntax

'Declaration
Property Attributes As DTSFileSystemAttributes 
    Get 
    Set
'Usage
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)

Property Value

Type: Microsoft.SqlServer.Dts.Tasks.FileSystemTask.DTSFileSystemAttributes
A valid value from the DTSFileSystemAttributes enumeration that indicates the attributes to apply to the file or directory.

See Also

Reference

IDTSFileSystemTask Interface

Microsoft.SqlServer.Dts.Tasks.FileSystemTask Namespace