IDTSPropertiesProvider100.SetExpression(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.