Proprietà ForEachLoopClass.FailParentOnFailure
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Gets or sets a Boolean that defines 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 ForEachLoopClass
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 package fails if an error occurs in a child container; otherwise, false. The default value of this property is false.
Implementa
IDTSContainer100.FailParentOnFailure