Compartir a través de


IDTSFileSystemTask.Attributes Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

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

Espacio de nombres:  Microsoft.SqlServer.Dts.Tasks.FileSystemTask
Ensamblado:  Microsoft.SqlServer.FileSystemTask (en Microsoft.SqlServer.FileSystemTask.dll)

Sintaxis

'Declaración
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 de la propiedad

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.

Vea también

Referencia

IDTSFileSystemTask Interfaz

Espacio de nombres Microsoft.SqlServer.Dts.Tasks.FileSystemTask