다음을 통해 공유


ForEachLoop.SetExpression 메서드

Assigns the specified expression to the property. Specify nullnull 참조(Visual Basic에서는 Nothing) 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 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
)

매개 변수

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

구현

IDTSPropertiesProvider.SetExpression(String, String)

주의

The propertyName can be any property available on the object.

참고 항목

참조

ForEachLoop 클래스

Microsoft.SqlServer.Dts.Runtime 네임스페이스