IDTSProperty100.SetExpression(Object, String) 方法

定義

將指定的運算式指派給物件。

public:
 void SetExpression(System::Object ^ pObject, System::String ^ bstrExpression);
[System.Runtime.InteropServices.DispId(16)]
public void SetExpression (object pObject, string bstrExpression);
[<System.Runtime.InteropServices.DispId(16)>]
abstract member SetExpression : obj * string -> unit
Public Sub SetExpression (pObject As Object, bstrExpression As String)

參數

pObject
Object

要指派運算式的目標物件名稱。

bstrExpression
String

運算式。

屬性

備註

如需詳細資訊,請參閱DtsProperty

適用於