言語

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

出力識別子。

PropertyName
String

プロパティ名。

vValue
Object

プロパティ値。

返品

ラッパーの出力特性。

適用対象