Compartilhar via


Propriedade do RDL IDTSFileSystemTask.Attributes

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

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

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

Sintaxe

'Declaração
Property Attributes As DTSFileSystemAttributes 
    Get 
    Set
'Uso
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)

Valor da propriedade

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

Consulte também

Referência

IDTSFileSystemTask Interface

Namespace Microsoft.SqlServer.Dts.Tasks.FileSystemTask