CManagedComponentWrapperClass.SetInputColumnProperty 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 IDTSInputColumn100.
public:
virtual Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSCustomProperty100 ^ SetInputColumnProperty(int lInputID, int lInputColumnID, System::String ^ PropertyName, System::Object ^ vValue) = Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSDesigntimeComponent100::SetInputColumnProperty;
[System.Runtime.InteropServices.DispId(20)]
public virtual Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100 SetInputColumnProperty (int lInputID, int lInputColumnID, string PropertyName, object vValue);
[<System.Runtime.InteropServices.DispId(20)>]
abstract member SetInputColumnProperty : int * int * string * obj -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100
override this.SetInputColumnProperty : int * int * string * obj -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100
Public Overridable Function SetInputColumnProperty (lInputID As Integer, lInputColumnID As Integer, PropertyName As String, vValue As Object) As IDTSCustomProperty100
Paramètres
- lInputID
- Int32
ID de l'objet IDTSInput100 qui contient l'objet IDTSInputColumn100.
- lInputColumnID
- Int32
ID de l'objet IDTSInputColumn100 dont l'objet IDTSCustomProperty100 est défini.
- PropertyName
- String
Nom de l'objet IDTSCustomProperty100.
- vValue
- Object
Valeur affectée à IDTSCustomProperty100.
Retours
Objet IDTSCustomProperty100 dont la propriété est définie.
Implémente
- Attributs
Remarques
Appelez cette méthode pour affecter une valeur à un IDTSCustomProperty100IDTSInputColumn100.