Condividi tramite


Proprietà ForLoopClass.FailParentOnFailure

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets or sets a value that indicates whether the parent container fails when a child container fails.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

'Dichiarazione
Public Overridable Property FailParentOnFailure As Boolean 
    Get 
    Set
'Utilizzo
Dim instance As ForLoopClass 
Dim value As Boolean 

value = instance.FailParentOnFailure

instance.FailParentOnFailure = value
public virtual bool FailParentOnFailure { get; set; }
public:
virtual property bool FailParentOnFailure {
    bool get ();
    void set (bool value);
}
abstract FailParentOnFailure : bool with get, set 
override FailParentOnFailure : bool with get, set
function get FailParentOnFailure () : boolean 
function set FailParentOnFailure (value : boolean)

Valore proprietà

Tipo: System.Boolean
true if the parent container fails when a child container fails; otherwise, false.

Implementa

IDTSContainer100.FailParentOnFailure

Vedere anche

Riferimento

ForLoopClass Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper