CManagedComponentWrapperClass.SetInputProperty(Int32, String, Object) Methode

Definition

Weist dem IDTSCustomProperty100-Element eines IDTSInput100-Objekts in der Komponente einen Wert zu.

public:
 virtual Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSCustomProperty100 ^ SetInputProperty(int lInputID, System::String ^ PropertyName, System::Object ^ vValue) = Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSDesigntimeComponent100::SetInputProperty;
[System.Runtime.InteropServices.DispId(18)]
public virtual Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100 SetInputProperty (int lInputID, string PropertyName, object vValue);
[<System.Runtime.InteropServices.DispId(18)>]
abstract member SetInputProperty : int * string * obj -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100
override this.SetInputProperty : int * string * obj -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100
Public Overridable Function SetInputProperty (lInputID As Integer, PropertyName As String, vValue As Object) As IDTSCustomProperty100

Parameter

lInputID
Int32

Die ID des IDTSInput100-Objekts, dessen benutzerdefinierte Eigenschaft festgelegt wird.

PropertyName
String

Der Name von IDTSCustomProperty100.

vValue
Object

Der Wert, der IDTSCustomProperty100 zugewiesen werden soll.

Gibt zurück

Das IDTSCustomProperty100-Element, dessen Wert festgelegt wird.

Implementiert

Attribute

Hinweise

Rufen Sie diese Methode auf, um dem Objekt IDTSInput100 einen Wert zuzuweisenIDTSCustomProperty100.

Gilt für: