IDTSManagedComponentWrapper100.WrapperSetInputColumnProperty 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.
Définit la propriété de la colonne d'entrée.
public:
Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSCustomProperty100 ^ WrapperSetInputColumnProperty(int lInputID, int lInputColumnID, System::String ^ PropertyName, System::Object ^ vValue);
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100 WrapperSetInputColumnProperty (int lInputID, int lInputColumnID, string PropertyName, object vValue);
abstract member WrapperSetInputColumnProperty : int * int * string * obj -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100
Public Function WrapperSetInputColumnProperty (lInputID As Integer, lInputColumnID As Integer, PropertyName As String, vValue As Object) As IDTSCustomProperty100
Paramètres
- lInputID
- Int32
Identificateur d'entrée.
- lInputColumnID
- Int32
Identificateur de la colonne d'entrée.
- PropertyName
- String
Nom de la propriété.
- vValue
- Object
Valeur de la propriété.
Retours
Propriété de la colonne d'entrée.