Share via


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

定義

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

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

パラメーター

bstrPropertyName
String

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

bstrExpression
String

プロパティに割り当てる式です。

属性

注釈

詳細については、「IDTSPropertiesProvider」を参照してください。

適用対象