Condividi tramite


CManagedComponentWrapperClass.SetInputColumnProperty Metodo

Definizione

Assegna un valore all'oggetto IDTSCustomProperty100 di un oggetto 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

Parametri

lInputID
Int32

ID dell'oggetto IDTSInput100 contenente l'oggetto IDTSInputColumn100.

lInputColumnID
Int32

ID dell'oggetto IDTSInputColumn100 per cui viene impostato IDTSCustomProperty100.

PropertyName
String

Nome dell'oggetto IDTSCustomProperty100.

vValue
Object

Valore assegnato all'oggetto IDTSCustomProperty100.

Restituisce

Oggetto IDTSCustomProperty100 di cui viene impostata la proprietà.

Implementazioni

Attributi

Commenti

Chiamare questo metodo per assegnare un valore all'oggetto IDTSCustomProperty100 di un IDTSInputColumn100oggetto .

Si applica a