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.
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
- bstrExpression
- String
- Attributes