Compartir a través de


IDTSFTPTask.OperationName Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

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

Espacio de nombres:  Microsoft.SqlServer.Dts.Tasks.FtpTask
Ensamblado:  Microsoft.SqlServer.FtpTask (en Microsoft.SqlServer.FtpTask.dll)

Sintaxis

'Declaración
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 de la propiedad

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

Vea también

Referencia

IDTSFTPTask Interfaz

Espacio de nombres Microsoft.SqlServer.Dts.Tasks.FtpTask