Partager via


Propriété IDTSPackage100.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 the package execution is a safe recursive project.

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

Syntaxe

'Déclaration
Property SafeRecursiveProjectPackageExecution As Boolean 
    Get 
    Set
'Utilisation
Dim instance As IDTSPackage100 
Dim value As Boolean 

value = instance.SafeRecursiveProjectPackageExecution

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

Valeur de propriété

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

Notes

This interface is implemented by the Package and PackageNeutral interfaces.

Voir aussi

Référence

IDTSPackage100 Interface

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