言語

IDTSManagedComponentWrapper100.WrapperSetOutputColumnProperty メソッド

定義

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

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

パラメーター

lOutputID
Int32

出力識別子。

lOutputColumnID
Int32

出力カラム識別子。

PropertyName
String

プロパティ名。

vValue
Object

プロパティ値。

返品

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

適用対象