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

適用於