IDTSConnectionManagerFtp100 Interface

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Represents a connection manager FTP class.

Namespace:   Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

[GuidAttribute("E45FA841-71F5-4317-B30F-B89E1DBBF7A5")]
[TypeLibTypeAttribute(TypeLibTypeFlags::FDual | TypeLibTypeFlags::FNonExtensible | TypeLibTypeFlags::FDispatchable)]
public interface class IDTSConnectionManagerFtp100

NameDescription
System_CAPS_pubpropertyChunkSize

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets or sets the minimum number of bytes to retrieve or send.

System_CAPS_pubpropertyRetries

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets or sets the number of times the task attempts an operation.

System_CAPS_pubpropertyServerName

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets or sets the name of the FTP server.

System_CAPS_pubpropertyServerPassword

This API supports the product infrastructure and is not intended to be used directly from your code.

Sets the password for the server specified in the server name.

System_CAPS_pubpropertyServerPort

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets or sets the port number on the server.

System_CAPS_pubpropertyServerUserName

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets or sets the logon alias of the user.

System_CAPS_pubpropertyTimeout

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets or sets a value that indicates how long to attempt the connection before timing out.

System_CAPS_pubpropertyUsePassiveMode

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets or sets a value that indicates whether the task sends and receives files in passive mode.

For more information, see ConnectionManager.

Return to top
Show: