ForEachEnumeratorHostClass.SetExpression(String, String) メソッド

定義

指定された式をプロパティに割り当てます。 nullを指定して、プロパティから既存の式を削除します。

public:
 virtual void SetExpression(System::String ^ bstrPropertyName, System::String ^ bstrExpression) = Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSPropertiesProvider100::SetExpression;
public virtual void SetExpression(string bstrPropertyName, string bstrExpression);
abstract member SetExpression : string * string -> unit
override this.SetExpression : string * string -> unit
Public Overridable Sub SetExpression (bstrPropertyName As String, bstrExpression As String)

パラメーター

bstrPropertyName
String

式を割り当てるプロパティの名前。

bstrExpression
String

その不動産に関連付ける表現です。

実装

適用対象