다음을 통해 공유


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

매개 변수

반환 값

유형: System. . :: . .String

구현

IDTSPropertiesProvider. . :: . .GetExpression(String)