Partilhar via


Propriedade do RDL IDTSFTPTask.OperationName

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Gets or sets a unique name of the operation for the FTP task.

Namespace:  Microsoft.SqlServer.Dts.Tasks.FtpTask
Assembly:  Microsoft.SqlServer.FtpTask (em Microsoft.SqlServer.FtpTask.dll)

Sintaxe

'Declaração
Property OperationName As String 
    Get 
    Set
'Uso
Dim instance As IDTSFTPTask 
Dim value As String 

value = instance.OperationName

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

Valor da propriedade

Tipo: System.String
A unique name of the operation for the FTP task.

Consulte também

Referência

IDTSFTPTask Interface

Namespace Microsoft.SqlServer.Dts.Tasks.FtpTask