Dela via


IDTSFTPTask.StopOnOperationFailure Property

This API supports the infrastructure and is not intended to be used directly from your code.

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