IDTSDesigntimeComponent100.SetOutputColumnProperty Methode

Definition

Setzt den Wert von an IDTSCustomProperty100 für ein IDTSOutputColumn100 Objekt.

public:
 Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSCustomProperty100 ^ SetOutputColumnProperty(int lOutputID, int lOutputColumnID, System::String ^ PropertyName, System::Object ^ vValue);
[System.Runtime.InteropServices.DispId(21)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100 SetOutputColumnProperty(int lOutputID, int lOutputColumnID, string PropertyName, object vValue);
[<System.Runtime.InteropServices.DispId(21)>]
abstract member SetOutputColumnProperty : int * int * string * obj -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100
Public Function SetOutputColumnProperty (lOutputID As Integer, lOutputColumnID As Integer, PropertyName As String, vValue As Object) As IDTSCustomProperty100

Parameter

lOutputID
Int32

Die ID von der IDTSOutput100 , die das IDTSOutputColumn100 Objekt enthält.

lOutputColumnID
Int32

Die ID des IDTSOutputColumn100 Objekts.

PropertyName
String

Der Name des IDTSCustomProperty100.

vValue
Object

Der Wert, der der zugeordnet ist IDTSCustomProperty100.

Gibt zurück

Das IDTSCustomProperty100 Objekt, dessen Wert für ein Objekt IDTSOutputColumn100 gesetzt ist.

Attribute

Hinweise

Diese Methode wird aufgerufen, wenn die benutzerdefinierte Eigenschaft einer Spalte IDTSOutputColumn100 bearbeitet wird.

Gilt für: