Freigeben über


IDTSPackage100.SafeRecursiveProjectPackageExecution-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
Property SafeRecursiveProjectPackageExecution As Boolean 
    Get 
    Set
'Usage
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)

Eigenschaftswert

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

Hinweise

This interface is implemented by the Package and PackageNeutral interfaces.

Siehe auch

Verweis

IDTSPackage100 Schnittstelle

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace