Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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.