Propriedade do RDL IDTSPackage100.SafeRecursiveProjectPackageExecution
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
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 (em Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxe
'Declaração
Property SafeRecursiveProjectPackageExecution As Boolean
Get
Set
'Uso
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)
Valor da propriedade
Tipo: System.Boolean
true if the package execution is a safe recursive project; otherwise, false.
Comentários
This interface is implemented by the Package and PackageNeutral interfaces.