Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.