IDTSManagedComponentHost100.HostSetOutputColumnProperty 方法

定義

設定主機的輸出資料行屬性。

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

參數

pWrapper
IDTSManagedComponentWrapper100

使用的包裝函式。

lOutputID
Int32

輸出識別碼。

lOutputColumnID
Int32

輸出資料行識別碼。

PropertyName
String

屬性名稱。

vValue
Object

數值。

傳回

IDTSCustomProperty100

主機的輸出資料行屬性。

適用於