Linguaggio

CManagedComponentWrapperClass.SetInputColumnProperty Metodo

Definizione

Assegna un valore al IDTSCustomProperty100 di un IDTSInputColumn100 oggetto.

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

L'ID di che IDTSInput100 contiene il IDTSInputColumn100.

lInputColumnID
Int32

L'ID del IDTSInputColumn100 cui IDTSCustomProperty100 è impostato.

PropertyName
String

Nome dell'oggetto IDTSCustomProperty100 .

vValue
Object

Il valore assegnato al IDTSCustomProperty100.

Valori restituiti

L'oggetto IDTSCustomProperty100 la cui proprietà è imposta.

Implementazioni

Attributi

Commenti

Chiama questo metodo per assegnare un valore al IDTSCustomProperty100 di un IDTSInputColumn100.

Si applica a