IDTSPackage100.SafeRecursiveProjectPackageExecution Propriedade

Definição

Obtém ou define um valor que indica se a execução do pacote é um projeto recursivo seguro.

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

Valor da propriedade

true se a execução do pacote for um projeto recursivo seguro; caso contrário, false.

Atributos

Comentários

Esta interface é implementada pelas interfaces Package e PackageNeutral.

Aplica-se a