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を参照してください。

適用対象