ForLoop.GetExpression 메서드

Returns a String that contains the expression for the specified property. Null means no expression is assigned.

네임스페이스:  Microsoft.SqlServer.Dts.Runtime
어셈블리:  Microsoft.SqlServer.ManagedDTS(Microsoft.SqlServer.ManagedDTS.dll)

구문

‘선언
Public Function GetExpression ( _
    propertyName As String _
) As String
‘사용 방법
Dim instance As ForLoop 
Dim propertyName As String 
Dim returnValue As String 

returnValue = instance.GetExpression(propertyName)
public string GetExpression(
    string propertyName
)
public:
virtual String^ GetExpression(
    String^ propertyName
) sealed
abstract GetExpression : 
        propertyName:string -> string  
override GetExpression : 
        propertyName:string -> string
public final function GetExpression(
    propertyName : String
) : String

매개 변수

  • propertyName
    유형: System.String
    The name of the property whose expression you want to see.

반환 값

유형: System.String
A String that contains the expression used to evaluate the property.

구현

IDTSPropertiesProvider.GetExpression(String)

주의

The propertyName can be any property available on the object.

참고 항목

참조

ForLoop 클래스

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