ManagedComponentHost.HostSetOutputProperty 메서드
이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.
Sets the output property of the host.
네임스페이스: Microsoft.SqlServer.Dts.Pipeline
어셈블리: Microsoft.SqlServer.PipelineHost(Microsoft.SqlServer.PipelineHost.dll)
구문
‘선언
Public Function HostSetOutputProperty ( _
wrapper As IDTSManagedComponentWrapper100, _
outputID As Integer, _
propertyName As String, _
propertyValue As Object _
) As IDTSCustomProperty100
‘사용 방법
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
매개 변수
- wrapper
유형: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100
The component wrapper.
- outputID
유형: System.Int32
The output identifier.
- propertyName
유형: System.String
The name of the property.
- propertyValue
유형: System.Object
The value of the property.
반환 값
유형: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100
The output property of the host.