共用方式為


OperationName 屬性

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

命名空間:  Microsoft.SqlServer.Dts.Tasks.FtpTask
組件:  Microsoft.SqlServer.FtpTask (在 Microsoft.SqlServer.FtpTask.dll 中)

語法

'宣告
Public Property OperationName As String
    Get
    Set
'用途
Dim instance As FtpTask
Dim value As String

value = instance.OperationName

instance.OperationName = value
public string OperationName { get; set; }
public:
virtual property String^ OperationName {
    String^ get () sealed;
    void set (String^ value) sealed;
}
abstract OperationName : string with get, set
override OperationName : string with get, set
final function get OperationName () : String
final function set OperationName (value : String)

屬性值

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

實作

IDTSFTPTask. . :: . .OperationName