Condividi tramite


Proprietà Package.SafeRecursiveProjectPackageExecution

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

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Sintassi

'Dichiarazione
<BrowsableAttribute(False)> _
Public Property SafeRecursiveProjectPackageExecution As Boolean 
    Get 
    Set
'Utilizzo
Dim instance As Package 
Dim value As Boolean 

value = instance.SafeRecursiveProjectPackageExecution

instance.SafeRecursiveProjectPackageExecution = value
[BrowsableAttribute(false)]
public bool SafeRecursiveProjectPackageExecution { get; set; }
[BrowsableAttribute(false)]
public:
property bool SafeRecursiveProjectPackageExecution {
    bool get ();
    void set (bool value);
}
[<BrowsableAttribute(false)>]
member SafeRecursiveProjectPackageExecution : bool with get, set
function get SafeRecursiveProjectPackageExecution () : boolean 
function set SafeRecursiveProjectPackageExecution (value : boolean)

Valore proprietà

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

Vedere anche

Riferimento

Package Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime