Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets or sets a value that indicates whether recursive execution of the package is safe.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public Property SafeRecursiveProjectPackageExecution As Boolean
Get
Set
'Usage
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)
Property Value
Type: System.Boolean
true if recursive execution of the package is safe; otherwise, false.