Поделиться через


Метод ForLoop.SetExpression

Assigns the specified expression to the property. Specify nullпустая ссылка (Nothing в Visual Basic) to remove an existing expression from the property.

Пространство имен:  Microsoft.SqlServer.Dts.Runtime
Сборка:  Microsoft.SqlServer.ManagedDTS (в Microsoft.SqlServer.ManagedDTS.dll)

Синтаксис

'Декларация
Public Sub SetExpression ( _
    propertyName As String, _
    expression As String _
)
'Применение
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
)

Параметры

  • propertyName
    Тип: System.String
    The name of the property that will store the expression.

Реализует

IDTSPropertiesProvider.SetExpression(String, String)

Замечания

The propertyName can be any property available on the object.

См. также

Справочник

ForLoop Класс

Пространство имен Microsoft.SqlServer.Dts.Runtime