ManagedComponentHost.HostSetOutputProperty Method
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Sets the output property of the host.
Namespace: Microsoft.SqlServer.Dts.Pipeline
Assembly: Microsoft.SqlServer.PipelineHost (in Microsoft.SqlServer.PipelineHost.dll)
Syntax
'Declaration
Public Function HostSetOutputProperty ( _
wrapper As IDTSManagedComponentWrapper100, _
outputID As Integer, _
propertyName As String, _
propertyValue As Object _
) As IDTSCustomProperty100
'Usage
Dim instance As ManagedComponentHost
Dim wrapper As IDTSManagedComponentWrapper100
Dim outputID As Integer
Dim propertyName As String
Dim propertyValue As Object
Dim returnValue As IDTSCustomProperty100
returnValue = instance.HostSetOutputProperty(wrapper, _
outputID, propertyName, propertyValue)
public IDTSCustomProperty100 HostSetOutputProperty(
IDTSManagedComponentWrapper100 wrapper,
int outputID,
string propertyName,
Object propertyValue
)
public:
virtual IDTSCustomProperty100^ HostSetOutputProperty(
IDTSManagedComponentWrapper100^ wrapper,
int outputID,
String^ propertyName,
Object^ propertyValue
) sealed
abstract HostSetOutputProperty :
wrapper:IDTSManagedComponentWrapper100 *
outputID:int *
propertyName:string *
propertyValue:Object -> IDTSCustomProperty100
override HostSetOutputProperty :
wrapper:IDTSManagedComponentWrapper100 *
outputID:int *
propertyName:string *
propertyValue:Object -> IDTSCustomProperty100
public final function HostSetOutputProperty(
wrapper : IDTSManagedComponentWrapper100,
outputID : int,
propertyName : String,
propertyValue : Object
) : IDTSCustomProperty100
Parameters
- wrapper
Type: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100
The component wrapper.
- outputID
Type: System.Int32
The output identifier.
- propertyName
Type: System.String
The name of the property.
- propertyValue
Type: System.Object
The value of the property.
Return Value
Type: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100
The output property of the host.