Partager via


Propriété PackageClass.SafeRecursiveProjectPackageExecution

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

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

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly :  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntaxe

'Déclaration
Public Overridable Property SafeRecursiveProjectPackageExecution As Boolean 
    Get 
    Set
'Utilisation
Dim instance As PackageClass 
Dim value As Boolean 

value = instance.SafeRecursiveProjectPackageExecution

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

Valeur de propriété

Type : System.Boolean
true if recursive execution of the package is safe; otherwise, false.

Implémente

IDTSPackage100.SafeRecursiveProjectPackageExecution

Notes

For more information, see Package.

Voir aussi

Référence

PackageClass Classe

Espace de noms Microsoft.SqlServer.Dts.Runtime.Wrapper