CManagedComponentWrapperClass.SetInputProperty Method (Int32, String, Object)

 

Applies To: SQL Server 2016 Preview

Assigns a value to the IDTSCustomProperty100 of an IDTSInput100 object in the component.

Namespace:   Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)

Syntax

[DispIdAttribute(18)]
public virtual IDTSCustomProperty100 SetInputProperty(
    int lInputID,
    string PropertyName,
    object vValue
)
public:
[DispIdAttribute(18)]
virtual IDTSCustomProperty100^ SetInputProperty(
    int lInputID,
    String^ PropertyName,
    Object^ vValue
)
[<DispIdAttribute(18)>]
abstract SetInputProperty : 
        lInputID:int *
        PropertyName:string *
        vValue:Object -> IDTSCustomProperty100
[<DispIdAttribute(18)>]
override SetInputProperty : 
        lInputID:int *
        PropertyName:string *
        vValue:Object -> IDTSCustomProperty100
<DispIdAttribute(18)>
Public Overridable Function SetInputProperty (
    lInputID As Integer,
    PropertyName As String,
    vValue As Object
) As IDTSCustomProperty100

Parameters

Return Value

Type: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100

The IDTSCustomProperty100 whose value is set.

Implements

IDTSDesigntimeComponent100.SetInputProperty(Int32, String, Object)

Remarks

Call this method to assign a value to the IDTSCustomProperty100 of an IDTSInput100 object.

See Also

CManagedComponentWrapperClass Class
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace

Return to top