Partager via


IDTSManagedComponentWrapper100.WrapperSetInputProperty Méthode

Définition

Définit la propriété d'entrée du wrapper.

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

Paramètres

lInputID
Int32

Identificateur d'entrée.

PropertyName
String

Nom de la propriété.

vValue
Object

Valeur de la propriété.

Retours

Propriété d'entrée du wrapper.

S’applique à