IDTSPropertiesProvider100.SetExpression(String, String) Method

Definition

Assigns the specified expression to the property. Specify null to remove an existing expression from the property.

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)

Parameters

bstrPropertyName
String

The name of the property to which to assign the expression.

bstrExpression
String

The expression to assign to the property.

Attributes

Remarks

For more information, see IDTSPropertiesProvider.

Applies to