Share via


IDTSPropertiesProvider100.SetExpression Method

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

For more information, see IDTSPropertiesProvider.

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

Syntax

'Declaration
Sub SetExpression ( _
    bstrPropertyName As String, _
    bstrExpression As String _
)
'Usage
Dim instance As IDTSPropertiesProvider100
Dim bstrPropertyName As String
Dim bstrExpression As String

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

Parameters