Server IP : 180.180.241.3 / Your IP : 216.73.216.252 Web Server : Microsoft-IIS/7.5 System : Windows NT NETWORK-NHRC 6.1 build 7601 (Windows Server 2008 R2 Standard Edition Service Pack 1) i586 User : IUSR ( 0) PHP Version : 5.3.28 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/Program Files (x86)/Microsoft SQL Server/110/DTS/Tasks/en/ |
Upload File : |
<?xml version="1.0" encoding="utf-8"?> <doc> <assembly> <name>Microsoft.SqlServer.FtpTask</name> </assembly> <members> <member name="T:Microsoft.SqlServer.Dts.Tasks.FtpTask.DTSFTPOp"> <summary>Lists the set of predefined operations for the FTP task.</summary> </member> <member name="F:Microsoft.SqlServer.Dts.Tasks.FtpTask.DTSFTPOp.Send"> <summary>Sends a file from the local computer to the FTP server.</summary> </member> <member name="F:Microsoft.SqlServer.Dts.Tasks.FtpTask.DTSFTPOp.Receive"> <summary>Saves a file from the FTP server to the local computer.</summary> </member> <member name="F:Microsoft.SqlServer.Dts.Tasks.FtpTask.DTSFTPOp.DeleteLocal"> <summary>Deletes a file on the local computer.</summary> </member> <member name="F:Microsoft.SqlServer.Dts.Tasks.FtpTask.DTSFTPOp.DeleteRemote"> <summary>Deletes a file on the FTP server.</summary> </member> <member name="F:Microsoft.SqlServer.Dts.Tasks.FtpTask.DTSFTPOp.MakeDirLocal"> <summary>Creates a directory on the local computer.</summary> </member> <member name="F:Microsoft.SqlServer.Dts.Tasks.FtpTask.DTSFTPOp.MakeDirRemote"> <summary>Creates a directory on the FTP server.</summary> </member> <member name="F:Microsoft.SqlServer.Dts.Tasks.FtpTask.DTSFTPOp.RemoveDirLocal"> <summary>Deletes a directory on the local computer.</summary> </member> <member name="F:Microsoft.SqlServer.Dts.Tasks.FtpTask.DTSFTPOp.RemoveDirRemote"> <summary>Deletes a directory on the FTP server.</summary> </member> <member name="T:Microsoft.SqlServer.Dts.Tasks.FtpTask.FtpTask"> <summary>Downloads and uploads data files and manages directories on servers. This class cannot be inherited.</summary> </member> <member name="M:Microsoft.SqlServer.Dts.Tasks.FtpTask.FtpTask.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Dts.Tasks.FtpTask.FtpTask" /> class. </summary> </member> <member name="M:Microsoft.SqlServer.Dts.Tasks.FtpTask.FtpTask.AcceptBreakpointManager(Microsoft.SqlServer.Dts.Runtime.BreakpointManager)"> <summary>Passes a <see cref="T:Microsoft.SqlServer.Dts.Runtime.BreakpointManager" /> to a task. This method is called by the runtime and is not used in code.</summary> <param name="manager">The breakpoint manager specific for this task.</param> </member> <member name="P:Microsoft.SqlServer.Dts.Tasks.FtpTask.FtpTask.Connection"> <summary>Gets or sets the connection name of the FTP connection manager used by the task.</summary> <returns>The connection name of the FTP connection manager.</returns> </member> <member name="P:Microsoft.SqlServer.Dts.Tasks.FtpTask.FtpTask.DebugMode"> <summary>Indicates whether a task should check if breakpoints are enabled. </summary> <returns>true if the task should check if breakpoints are enabled; false if the task can skip checking for breakpoints.</returns> </member> <member name="M:Microsoft.SqlServer.Dts.Tasks.FtpTask.FtpTask.Execute(Microsoft.SqlServer.Dts.Runtime.Connections,Microsoft.SqlServer.Dts.Runtime.VariableDispenser,Microsoft.SqlServer.Dts.Runtime.IDTSComponentEvents,Microsoft.SqlServer.Dts.Runtime.IDTSLogging,System.Object)"> <summary>Runs the task.</summary> <returns>A value from the <see cref="T:Microsoft.SqlServer.Dts.Runtime.DTSExecResult" /> enumeration.</returns> <param name="connections">A collection of connections used by the task.</param> <param name="variableDispenser">A <see cref="T:Microsoft.SqlServer.Dts.Runtime.VariableDispenser" /> object for locking variables.</param> <param name="events">An object that implements the <see cref="T:Microsoft.SqlServer.Dts.Runtime.IDTSComponentEvents" /> interface.</param> <param name="log">An object that implements the <see cref="T:Microsoft.SqlServer.Dts.Runtime.IDTSLogging" /> interface.</param> <param name="transaction">The transaction object that the container is a part of. This value can be null.</param> </member> <member name="P:Microsoft.SqlServer.Dts.Tasks.FtpTask.FtpTask.ExecutionValue"> <summary>Returns a user-defined object. This property is read-only.</summary> <returns>A user-defined object.</returns> </member> <member name="M:Microsoft.SqlServer.Dts.Tasks.FtpTask.FtpTask.InitializeTask(Microsoft.SqlServer.Dts.Runtime.Connections,Microsoft.SqlServer.Dts.Runtime.VariableDispenser,Microsoft.SqlServer.Dts.Runtime.IDTSInfoEvents,Microsoft.SqlServer.Dts.Runtime.IDTSLogging,Microsoft.SqlServer.Dts.Runtime.EventInfos,Microsoft.SqlServer.Dts.Runtime.LogEntryInfos,Microsoft.SqlServer.Dts.Runtime.ObjectReferenceTracker)"> <summary>Initializes the properties associated with the task. This method is called by the runtime and is not used in code.</summary> <param name="connections">A collection of connections used by the task.</param> <param name="variableDispenser">A <see cref="T:Microsoft.SqlServer.Dts.Runtime.VariableDispenser" /> object for locking variables.</param> <param name="events">An object that implements the <see cref="T:Microsoft.SqlServer.Dts.Runtime.IDTSInfoEvents" /> interface.</param> <param name="log">An object that implements the <see cref="T:Microsoft.SqlServer.Dts.Runtime.IDTSLogging" /> interface.</param> <param name="eventInfos">A collection that contains events to be raised during execution of the task.</param> <param name="logEntryInfos">A collection of log entries.</param> <param name="refTracker">An object reference tracker.</param> </member> <member name="P:Microsoft.SqlServer.Dts.Tasks.FtpTask.FtpTask.IsLocalPathVariable"> <summary>Indicates whether the local path is stored in a variable or a FILE connection manager.</summary> <returns>true if the destination path is stored in a variable. false if the destination path is specified in a FILE connection manager.</returns> </member> <member name="P:Microsoft.SqlServer.Dts.Tasks.FtpTask.FtpTask.IsRemotePathVariable"> <summary>Indicates whether the remote path is stored in a variable.</summary> <returns>true if the destination path is stored in a variable; false if the destination path is specified in a File connection manager.</returns> </member> <member name="P:Microsoft.SqlServer.Dts.Tasks.FtpTask.FtpTask.IsTransferTypeASCII"> <summary>Indicates whether files transferred to and from the remote FTP server should be transferred in ASCII mode.</summary> <returns>true if the files transferred to and from the remote FTP server are transferred in ASCII mode; otherwise, false.</returns> </member> <member name="M:Microsoft.SqlServer.Dts.Tasks.FtpTask.FtpTask.LoadFromXML(System.Xml.XmlElement,Microsoft.SqlServer.Dts.Runtime.IDTSInfoEvents)"> <summary>This method is not callable by your application code. To load a package saved as .xml, use the <see cref="M:Microsoft.SqlServer.Dts.Runtime.Application.LoadPackage(System.String,Microsoft.SqlServer.Dts.Runtime.IDTSEvents)" /> method.</summary> <param name="rootNode">The node that contains the information to be loaded.</param> <param name="events">An object that implements the <see cref="T:Microsoft.SqlServer.Dts.Runtime.IDTSInfoEvents" /> interface for raising events (errors, warnings, and so on) during persistence.</param> </member> <member name="P:Microsoft.SqlServer.Dts.Tasks.FtpTask.FtpTask.LocalPath"> <summary>Gets or sets the local path to use. The local path can refer to a FILE connection manager or a variable name.</summary> <returns>A String that contains the local path.</returns> </member> <member name="P:Microsoft.SqlServer.Dts.Tasks.FtpTask.FtpTask.Operation"> <summary>Gets or sets a value from the <see cref="T:Microsoft.SqlServer.Dts.Tasks.FtpTask.DTSFTPOp" /> enumeration that indicates the FTP operation to perform.</summary> <returns>A value from the <see cref="T:Microsoft.SqlServer.Dts.Tasks.FtpTask.DTSFTPOp" /> enumeration.</returns> </member> <member name="P:Microsoft.SqlServer.Dts.Tasks.FtpTask.FtpTask.OperationName"> <summary>Gets or sets a unique name for the File Transfer Protocol (FTP) task.</summary> <returns>A String that contains a unique name for the File Transfer Protocol (FTP) task.</returns> </member> <member name="P:Microsoft.SqlServer.Dts.Tasks.FtpTask.FtpTask.OverwriteDestination"> <summary>Specifies whether a file at the destination can be overwritten.</summary> <returns>true if the file at the destination can be overwritten with new data.</returns> </member> <member name="P:Microsoft.SqlServer.Dts.Tasks.FtpTask.FtpTask.RemotePath"> <summary>Gets or sets the remote path to use.</summary> <returns>A String that contains the remote path.</returns> </member> <member name="M:Microsoft.SqlServer.Dts.Tasks.FtpTask.FtpTask.ResumeExecution"> <summary>Resumes execution of the task after pausing. The task or container is resumed by the runtime engine. </summary> </member> <member name="M:Microsoft.SqlServer.Dts.Tasks.FtpTask.FtpTask.SaveToXML(System.Xml.XmlDocument,Microsoft.SqlServer.Dts.Runtime.IDTSInfoEvents)"> <summary>This method is not callable by your application code. To save a package as .xml, use the <see cref="M:Microsoft.SqlServer.Dts.Runtime.Application.SaveToXml(System.String,Microsoft.SqlServer.Dts.Runtime.Package,Microsoft.SqlServer.Dts.Runtime.IDTSEvents)" /> method.</summary> <param name="doc">The XML document to which to save the information.</param> <param name="events">An object that implements the <see cref="T:Microsoft.SqlServer.Dts.Runtime.IDTSInfoEvents" /> interface for raising events (errors, warnings, and so on) during persistence.</param> </member> <member name="P:Microsoft.SqlServer.Dts.Tasks.FtpTask.FtpTask.StopOnOperationFailure"> <summary>Indicates whether the File Transfer Protocol (FTP) task terminates when the FTP operation fails.</summary> <returns>true if the FTP task terminates when the FTP operation fails.</returns> </member> <member name="M:Microsoft.SqlServer.Dts.Tasks.FtpTask.FtpTask.SuspendExecution"> <summary>Indicates that the executable needs to suspend. This method is called by the runtime engine. </summary> </member> <member name="P:Microsoft.SqlServer.Dts.Tasks.FtpTask.FtpTask.SuspendRequired"> <summary>Gets or sets a Boolean that indicates if tasks should suspend when they encounter a breakpoint. This value is set by the runtime engine for tasks and containers when a breakpoint is encountered.</summary> <returns>true if the task suspends.</returns> </member> <member name="M:Microsoft.SqlServer.Dts.Tasks.FtpTask.FtpTask.Validate(Microsoft.SqlServer.Dts.Runtime.Connections,Microsoft.SqlServer.Dts.Runtime.VariableDispenser,Microsoft.SqlServer.Dts.Runtime.IDTSComponentEvents,Microsoft.SqlServer.Dts.Runtime.IDTSLogging)"> <summary>Verifies that the component is properly configured.</summary> <returns>A value from the <see cref="T:Microsoft.SqlServer.Dts.Runtime.DTSExecResult" /> enumeration.</returns> <param name="connections">A collection of connections used by the task.</param> <param name="variableDispenser">A <see cref="T:Microsoft.SqlServer.Dts.Runtime.VariableDispenser" /> object for locking variables.</param> <param name="events">An object that implements the <see cref="T:Microsoft.SqlServer.Dts.Runtime.IDTSComponentEvents" /> interface.</param> <param name="log">An object that implements the <see cref="T:Microsoft.SqlServer.Dts.Runtime.IDTSLogging" /> interface.</param> </member> <member name="T:Microsoft.SqlServer.Dts.Tasks.FtpTask.IDTSFTPTask"> <summary>Defines the properties for the FTP task.</summary> </member> <member name="P:Microsoft.SqlServer.Dts.Tasks.FtpTask.IDTSFTPTask.Connection"> <summary>Gets or sets the connection name of the FTP connection manager used by the task.</summary> <returns>The connection name of the FTP connection manager.</returns> </member> <member name="P:Microsoft.SqlServer.Dts.Tasks.FtpTask.IDTSFTPTask.IsLocalPathVariable"> <summary>Gets or sets a value that indicates whether the local path is stored in a variable or a FILE connection manager.</summary> <returns>true if the local path is stored in a variable; false if the local path is specified in a File connection manager.</returns> </member> <member name="P:Microsoft.SqlServer.Dts.Tasks.FtpTask.IDTSFTPTask.IsRemotePathVariable"> <summary>Gets or sets a value that indicates whether the remote path is stored in a variable.</summary> <returns>true if the remote path is stored in a variable; false if the remote path is specified in a File connection manager.</returns> </member> <member name="P:Microsoft.SqlServer.Dts.Tasks.FtpTask.IDTSFTPTask.IsTransferTypeASCII"> <summary>Gets or sets a value that indicates whether files transferred to and from the remote FTP server should be transferred in ASCII mode.</summary> <returns>true if the files transferred to and from the remote FTP server are transferred in ASCII mode; otherwise, false.</returns> </member> <member name="P:Microsoft.SqlServer.Dts.Tasks.FtpTask.IDTSFTPTask.LocalPath"> <summary>Gets or sets the local path to use.</summary> <returns>The local path.</returns> </member> <member name="P:Microsoft.SqlServer.Dts.Tasks.FtpTask.IDTSFTPTask.Operation"> <summary>Gets or sets the FTP operation to perform.</summary> <returns>A value from the <see cref="T:Microsoft.SqlServer.Dts.Tasks.FtpTask.DTSFTPOp" /> enumeration that indicates the FTP operation to perform.</returns> </member> <member name="P:Microsoft.SqlServer.Dts.Tasks.FtpTask.IDTSFTPTask.OperationName"> <summary>Gets or sets a unique name of the operation for the FTP task.</summary> <returns>A unique name of the operation for the FTP task.</returns> </member> <member name="P:Microsoft.SqlServer.Dts.Tasks.FtpTask.IDTSFTPTask.OverwriteDestination"> <summary>Gets or sets a value that indicates whether a file at the destination can be overwritten.</summary> <returns>true if the file at the destination can be overwritten with new data; otherwise, false.</returns> </member> <member name="P:Microsoft.SqlServer.Dts.Tasks.FtpTask.IDTSFTPTask.RemotePath"> <summary>Gets or sets the remote path to use.</summary> <returns>The remote path.</returns> </member> <member name="P:Microsoft.SqlServer.Dts.Tasks.FtpTask.IDTSFTPTask.StopOnOperationFailure"> <summary>Gets or sets a value that indicates whether the FTP task terminates when the FTP operation fails.</summary> <returns>true if the FTP task terminates when the FTP operation fails; otherwise, false.</returns> </member> </members> </doc>