Freigeben über


FtpTask.OperationName Property

Gets or sets a unique name for the File Transfer Protocol (FTP) task.

Namespace: Microsoft.SqlServer.Dts.Tasks.FtpTask
Assembly : Microsoft.SqlServer.FtpTask (in microsoft.sqlserver.ftptask.dll)

Syntax

'Declaration
Public Property OperationName As String
public string OperationName { get; set; }
public:
virtual property String^ OperationName {
    String^ get () sealed;
    void set (String^ value) sealed;
}
/** @property */
public final String get_OperationName ()

/** @property */
public final void set_OperationName (String value)
public final function get OperationName () : String

public final function set OperationName (value : String)

Eigenschaftswert

A String that contains a unique name for the File Transfer Protocol (FTP) task.

Threadsicherheit

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

FtpTask Class
FtpTask Members
Microsoft.SqlServer.Dts.Tasks.FtpTask Namespace