Per Mausklick bewerten und Feedback geben
MSDN
MSDN Library
SQL Server
SQL Server 2008
Integration Services
Technische Referenz
FtpTask Class
FtpTask Properties
 OperationName Property
Other versions are also available for the following:
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)

Visual Basic (Declaration)
Public Property OperationName As String
C#
public string OperationName { get; set; }
C++
public:
virtual property String^ OperationName {
    String^ get () sealed;
    void set (String^ value) sealed;
}
J#
/** @property */
public final String get_OperationName ()

/** @property */
public final void set_OperationName (String value)
JScript
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.
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.

Entwicklungsplattformen

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

Target Platforms

Eine Liste der unterstützten Plattformen finden Sie unter Hardware- und Softwareanforderungen für die Installation von SQL Server.
Community Content   Was ist Community Content?
Neuen Inhalt hinzufügen RSS  Anmerkungen
Processing
Page view tracker