Interfaccia IDTSFileSystemTask
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Defines the properties for the FileSystemTask.
Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.FileSystemTask
Assembly: Microsoft.SqlServer.FileSystemTask (in Microsoft.SqlServer.FileSystemTask.dll)
Sintassi
'Dichiarazione
Public Interface IDTSFileSystemTask
'Utilizzo
Dim instance As IDTSFileSystemTask
public interface IDTSFileSystemTask
public interface class IDTSFileSystemTask
type IDTSFileSystemTask = interface end
public interface IDTSFileSystemTask
Nel tipo IDTSFileSystemTask sono esposti i membri seguenti.
Proprietà
Nome | Descrizione | |
---|---|---|
![]() |
Attributes | Infrastruttura. Gets or sets the attributes to apply to the file or directory. |
![]() |
Destination | Infrastruttura. Gets or sets the destination folder or file. |
![]() |
IsDestinationPathVariable | Infrastruttura. Gets or sets a value that indicates whether destination information is located in a package variable. |
![]() |
IsSourcePathVariable | Infrastruttura. Gets or sets a value that indicates whether the source information is located in a package variable. |
![]() |
Operation | Infrastruttura. Gets or sets the type of operation to perform. |
![]() |
OperationName | Infrastruttura. Gets or sets the name of the operation. |
![]() |
OverwriteDestinationFile | Infrastruttura. Gets or sets a value that indicates whether the task will overwrite destination files. |
![]() |
Source | Infrastruttura. Gets or sets the source file or directory. |
In alto
Vedere anche
Riferimento
Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.FileSystemTask