Proprietà IDTSFTPTask.OperationName
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Gets or sets a unique name of the operation for the FTP task.
Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.FtpTask
Assembly: Microsoft.SqlServer.FtpTask (in Microsoft.SqlServer.FtpTask.dll)
Sintassi
'Dichiarazione
Property OperationName As String
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: System.String
A unique name of the operation for the FTP task.