Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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
Get
Set
'Usage
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)
Property Value
Type: System.String
A String that contains a unique name for the File Transfer Protocol (FTP) task.