Sdílet prostřednictvím


IDTSProperty100.SetExpression Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

For more information, see DtsProperty.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
Sub SetExpression ( _
    pObject As Object, _
    bstrExpression As String _
)
'Usage
Dim instance As IDTSProperty100
Dim pObject As Object
Dim bstrExpression As String

instance.SetExpression(pObject, bstrExpression)
void SetExpression(
    Object pObject,
    string bstrExpression
)
void SetExpression(
    [InAttribute] Object^ pObject, 
    [InAttribute] String^ bstrExpression
)
abstract SetExpression : 
        pObject:Object * 
        bstrExpression:string -> unit 
function SetExpression(
    pObject : Object, 
    bstrExpression : String
)

Parameters