Share via


IDTSPropertiesProvider100.GetExpression(String) 메서드

정의

지정된 속성에 대한 식이 포함된 String을 반환합니다. Null은 식이 할당되지 않음을 의미합니다.

public:
 System::String ^ GetExpression(System::String ^ bstrPropertyName);
[System.Runtime.InteropServices.DispId(7)]
public string GetExpression (string bstrPropertyName);
[<System.Runtime.InteropServices.DispId(7)>]
abstract member GetExpression : string -> string
Public Function GetExpression (bstrPropertyName As String) As String

매개 변수

bstrPropertyName
String

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

반환

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

특성

설명

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

적용 대상