Partager via


Méthode ForEachLoop.SetExpression

Assigns the specified expression to the property. Specify nullune référence Null (Nothing dans Visual Basic) to remove an existing expression from the property.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime
Assembly :  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Syntaxe

'Déclaration
Public Sub SetExpression ( _
    propertyName As String, _
    expression As String _
)
'Utilisation
Dim instance As ForEachLoop 
Dim propertyName As String 
Dim expression As String

instance.SetExpression(propertyName, _
    expression)
public void SetExpression(
    string propertyName,
    string expression
)
public:
virtual void SetExpression(
    String^ propertyName, 
    String^ expression
) sealed
abstract SetExpression : 
        propertyName:string * 
        expression:string -> unit  
override SetExpression : 
        propertyName:string * 
        expression:string -> unit
public final function SetExpression(
    propertyName : String, 
    expression : String
)

Paramètres

  • propertyName
    Type : System.String
    The name of the property to which to assign the expression.

Implémente

IDTSPropertiesProvider.SetExpression(String, String)

Notes

The propertyName can be any property available on the object.

Voir aussi

Référence

ForEachLoop Classe

Espace de noms Microsoft.SqlServer.Dts.Runtime