GetExpression 메서드

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

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

구문

‘선언
Public Function GetExpression ( _
    o As Object _
) As String
‘사용 방법
Dim instance As DtsProperty
Dim o As Object
Dim returnValue As String

returnValue = instance.GetExpression(o)
public string GetExpression(
    Object o
)
public:
String^ GetExpression(
    Object^ o
)
member GetExpression : 
        o:Object -> string 
public function GetExpression(
    o : Object
) : String

매개 변수

반환 값

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