IDTSDesigntimeComponent100.SetOutputProperty(Int32, String, Object) Methode

Definition

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

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

Parameter

lOutputID
Int32

Die ID von dessen IDTSOutput100IDTSCustomProperty100 wird gesetzt.

PropertyName
String

Der Name des IDTSCustomProperty100 Sets.

vValue
Object

Der Wert, der der zugeordnet ist IDTSCustomProperty100.

Gibt zurück

Das Objekt, IDTSCustomProperty100 dessen Wert für ein Objekt IDTSOutput100 gesetzt wurde.

Attribute

Hinweise

Diese Methode wird aufgerufen, wenn die benutzerdefinierte Eigenschaft eines IDTSOutput100 Objekts bearbeitet wird.

Gilt für: