IDTSPackage100.SafeRecursiveProjectPackageExecution 属性

定义

获取或设置一个值,该值指示包执行是否是安全的递归项目。

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

属性值

如果包执行是安全的递归项目,则为 true;否则为 false。

属性

注解

此接口由 PackagePackageNeutral 接口实现。

适用于