次の方法で共有


IDTSManagedComponentWrapper100.WrapperSetOutputProperty メソッド

定義

ラッパーの出力プロパティを設定します。

public:
 Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSCustomProperty100 ^ WrapperSetOutputProperty(int lOutputID, System::String ^ PropertyName, System::Object ^ vValue);
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100 WrapperSetOutputProperty (int lOutputID, string PropertyName, object vValue);
abstract member WrapperSetOutputProperty : int * string * obj -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100
Public Function WrapperSetOutputProperty (lOutputID As Integer, PropertyName As String, vValue As Object) As IDTSCustomProperty100

パラメーター

lOutputID
Int32

出力 ID です。

PropertyName
String

プロパティ名。

vValue
Object

プロパティ値。

戻り値

ラッパーの出力プロパティです。

適用対象