IDTSPropertiesProvider100.SetExpression(String, String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将指定的表达式赋予该属性。 指定 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。