IDTSFTPTask.StopOnOperationFailure Property
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets or sets a value that indicates whether the FTP task terminates when the FTP operation fails.
Namespace: Microsoft.SqlServer.Dts.Tasks.FtpTask
Assembly: Microsoft.SqlServer.FtpTask (in Microsoft.SqlServer.FtpTask.dll)
Syntax
'Declaration
Property StopOnOperationFailure As Boolean
Get
Set
'Usage
Dim instance As IDTSFTPTask
Dim value As Boolean
value = instance.StopOnOperationFailure
instance.StopOnOperationFailure = value
bool StopOnOperationFailure { get; set; }
property bool StopOnOperationFailure {
bool get ();
void set (bool value);
}
abstract StopOnOperationFailure : bool with get, set
function get StopOnOperationFailure () : boolean
function set StopOnOperationFailure (value : boolean)
Property Value
Type: System.Boolean
true if the FTP task terminates when the FTP operation fails; otherwise, false.