Método IDTSPropertiesProvider100.ComputeExpressions
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Computes the expressions associated with the properties.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxe
'Declaração
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.
Comentários
For more information, see IDTSPropertiesProvider.