Поделиться через


Свойство IDTSFileSystemTask.Attributes

Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.

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

Пространство имен:  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
A valid value from the DTSFileSystemAttributes enumeration that indicates the attributes to apply to the file or directory.

См. также

Справочник

IDTSFileSystemTask Интерфейс

Пространство имен Microsoft.SqlServer.Dts.Tasks.FileSystemTask