Condividi tramite


Proprietà Attributes

Questa API supporta l'infrastruttura .NET Framework e non può essere utilizzato/a direttamente dal codice.

Spazio dei nomi:  Microsoft.SqlServer.Dts.Tasks.FileSystemTask
Assembly:  Microsoft.SqlServer.FileSystemTask (in Microsoft.SqlServer.FileSystemTask.dll)

Sintassi

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