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

适用于