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

您想要查看運算式的物件名稱。

傳回

String

用來評估屬性的運算式。

屬性

備註

如需詳細資訊,請參閱DtsProperty

適用於