IDTSPackage100.SafeRecursiveProjectPackageExecution Property

Definition

Gets or sets a value that indicates whether the package execution is a safe recursive project.

public:
 property bool SafeRecursiveProjectPackageExecution { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(1610809422)]
public bool SafeRecursiveProjectPackageExecution { [System.Runtime.InteropServices.DispId(1610809422)] get; [System.Runtime.InteropServices.DispId(1610809422)] set; }
[<System.Runtime.InteropServices.DispId(1610809422)>]
[<get: System.Runtime.InteropServices.DispId(1610809422)>]
[<set: System.Runtime.InteropServices.DispId(1610809422)>]
member this.SafeRecursiveProjectPackageExecution : bool with get, set
Public Property SafeRecursiveProjectPackageExecution As Boolean

Property Value

true if the package execution is a safe recursive project; otherwise, false.

Attributes

Remarks

This interface is implemented by the Package and PackageNeutral interfaces.

Applies to