Variable.GetExpression 메서드

The GetExpression method is not supported on Variable objects. Use the EvaluateAsExpression property instead.

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

구문

‘선언
Public Function GetExpression ( _
    propertyName As String _
) As String
‘사용 방법
Dim instance As Variable 
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
The expression used to evaluate the property.

구현

IDTSPropertiesProvider.GetExpression(String)

참고 항목

참조

Variable 클래스

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