Share via


ManagedComponentHost.HostSetOutputProperty メソッド

定義

ホストの出力プロパティを設定します。

public:
 virtual Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSCustomProperty100 ^ HostSetOutputProperty(Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSManagedComponentWrapper100 ^ wrapper, int outputID, System::String ^ propertyName, System::Object ^ propertyValue);
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100 HostSetOutputProperty (Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 wrapper, int outputID, string propertyName, object propertyValue);
abstract member HostSetOutputProperty : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 * int * string * obj -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100
override this.HostSetOutputProperty : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 * int * string * obj -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100
Public Function HostSetOutputProperty (wrapper As IDTSManagedComponentWrapper100, outputID As Integer, propertyName As String, propertyValue As Object) As IDTSCustomProperty100

パラメーター

wrapper
IDTSManagedComponentWrapper100

コンポーネント ラッパーです。

outputID
Int32

出力 ID です。

propertyName
String

プロパティの名前。

propertyValue
Object

プロパティの値。

戻り値

ホストの出力プロパティです。

実装

適用対象