Partager via


Propriété IDTSFTPTask.OperationName

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

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

Espace de noms :  Microsoft.SqlServer.Dts.Tasks.FtpTask
Assembly :  Microsoft.SqlServer.FtpTask (en Microsoft.SqlServer.FtpTask.dll)

Syntaxe

'Déclaration
Property OperationName As String 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Voir aussi

Référence

IDTSFTPTask Interface

Espace de noms Microsoft.SqlServer.Dts.Tasks.FtpTask