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.
Attribue une valeur à un IDTSCustomProperty100IDTSInput100 objet.
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
L’ID de l’objet IDTSInput100 contenant la propriété personnalisée.
- PropertyName
- String
Nom du IDTSCustomProperty100.
- vValue
- Object
Valeur à affecter au IDTSCustomProperty100.
Retours
L’ensemble IDTSCustomProperty100 d’un IDTSInput100 objet.
- Attributs
Remarques
Cette méthode est appelée lorsque la propriété personnalisée d’un IDTSInput100 objet est modifiée.