CManagedComponentWrapperClass.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 dans le composant.
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
Paramètres
- lInputID
- Int32
ID de l'objet IDTSInput100 dont la propriété personnalisée est définie.
- PropertyName
- String
Nom de l'objet IDTSCustomProperty100.
- vValue
- Object
Valeur à affecter à IDTSCustomProperty100.
Retours
IDTSCustomProperty100 dont la valeur est définie.
Implémente
- Attributs
Remarques
Appelez cette méthode pour affecter une valeur à l’objet IDTSCustomProperty100IDTSInput100 .