Metodo IDTSPropertiesProvider100.ComputeExpressions
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Computes the expressions associated with the properties.
Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintassi
'Dichiarazione
Sub ComputeExpressions ( _
recursive As Boolean _
)
'Utilizzo
Dim instance As IDTSPropertiesProvider100
Dim recursive As Boolean
instance.ComputeExpressions(recursive)
void ComputeExpressions(
bool recursive
)
void ComputeExpressions(
[InAttribute] bool recursive
)
abstract ComputeExpressions :
recursive:bool -> unit
function ComputeExpressions(
recursive : boolean
)
Parametri
- recursive
Tipo: System.Boolean
true to indicate recursively evaluate the expressions associated with the properties; otherwise, false.
Osservazioni
For more information, see IDTSPropertiesProvider.