IDTSProperty100.SetExpression(Object, 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 object.
public:
void SetExpression(System::Object ^ pObject, System::String ^ bstrExpression);
[System.Runtime.InteropServices.DispId(16)]
public void SetExpression (object pObject, string bstrExpression);
[<System.Runtime.InteropServices.DispId(16)>]
abstract member SetExpression : obj * string -> unit
Public Sub SetExpression (pObject As Object, bstrExpression As String)
Parameters
- pObject
- Object
The name of the object to which to assign the expression.
- bstrExpression
- String
The expression.
- Attributes
Remarks
For more information, see DtsProperty.