Compartir a través de


ForLoop.SetExpression Método

Assigns the specified expression to the property. Specify nulles una referencia NULL (Nothing en Visual Basic). to remove an existing expression from the property.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime
Ensamblado:  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Sintaxis

'Declaración
Public Sub SetExpression ( _
    propertyName As String, _
    expression As String _
)
'Uso
Dim instance As ForLoop 
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
)

Parámetros

  • propertyName
    Tipo: System.String
    The name of the property that will store the expression.

Implementa

IDTSPropertiesProvider.SetExpression(String, String)

Comentarios

The propertyName can be any property available on the object.

Vea también

Referencia

ForLoop Clase

Espacio de nombres Microsoft.SqlServer.Dts.Runtime