IDTSProperty100.GetExpression(Object) 메서드

정의

지정한 개체에 대한 식을 가져옵니다.

public:
 System::String ^ GetExpression(System::Object ^ pObject);
[System.Runtime.InteropServices.DispId(15)]
public string GetExpression (object pObject);
[<System.Runtime.InteropServices.DispId(15)>]
abstract member GetExpression : obj -> string
Public Function GetExpression (pObject As Object) As String

매개 변수

pObject
Object

해당 식을 확인하려는 개체의 이름입니다.

반환

속성을 평가하는 데 사용되는 식입니다.

특성

설명

자세한 내용은 DtsProperty를 참조하세요.

적용 대상