IDTSPropertiesProvider100.ComputeExpressions Método
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Computes the expressions associated with the properties.
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado: Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxis
'Declaración
Sub ComputeExpressions ( _
recursive As Boolean _
)
'Uso
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
)
Parámetros
- recursive
Tipo: System.Boolean
true to indicate recursively evaluate the expressions associated with the properties; otherwise, false.
Comentarios
For more information, see IDTSPropertiesProvider.