语言

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

适用于