IDTSDesigntimeComponent100.SetInputProperty(Int32, String, Object) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Affecte une valeur à l'objet IDTSCustomProperty100 d'un objet IDTSInput100.
public:
Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSCustomProperty100 ^ SetInputProperty(int lInputID, System::String ^ PropertyName, System::Object ^ vValue);
[System.Runtime.InteropServices.DispId(18)]
public 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
Public Function SetInputProperty (lInputID As Integer, PropertyName As String, vValue As Object) As IDTSCustomProperty100
Paramètres
- lInputID
- Int32
ID de l'objet IDTSInput100 qui contient la propriété personnalisée.
- PropertyName
- String
Nom de l'objet IDTSCustomProperty100.
- vValue
- Object
Valeur à affecter à IDTSCustomProperty100.
Retours
Ensemble IDTSCustomProperty100 d'un objet IDTSInput100.
- Attributs
Remarques
Cette méthode est appelée lorsque la propriété personnalisée d’un IDTSInput100 objet est modifiée.