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
Proprietà pubblica Attributes Infrastruttura. Gets or sets the attributes to apply to the file or directory.
Proprietà pubblica Destination Infrastruttura. Gets or sets the destination folder or file.
Proprietà pubblica IsDestinationPathVariable Infrastruttura. Gets or sets a value that indicates whether destination information is located in a package variable.
Proprietà pubblica IsSourcePathVariable Infrastruttura. Gets or sets a value that indicates whether the source information is located in a package variable.
Proprietà pubblica Operation Infrastruttura. Gets or sets the type of operation to perform.
Proprietà pubblica OperationName Infrastruttura. Gets or sets the name of the operation.
Proprietà pubblica OverwriteDestinationFile Infrastruttura. Gets or sets a value that indicates whether the task will overwrite destination files.
Proprietà pubblica Source Infrastruttura. Gets or sets the source file or directory.

In alto

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.FileSystemTask