IDTSDesigntimeComponent100.SetOutputColumnProperty(Int32, Int32, String, Object) Metodo

Definizione

public:
 Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2014::IDTSCustomProperty100 ^ SetOutputColumnProperty(int lOutputID, int lOutputColumnID, System::String ^ PropertyName, System::Object ^ vValue);
[System.Runtime.InteropServices.DispId(21)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2014.IDTSCustomProperty100 SetOutputColumnProperty (int lOutputID, int lOutputColumnID, string PropertyName, object vValue);
[<System.Runtime.InteropServices.DispId(21)>]
abstract member SetOutputColumnProperty : int * int * string * obj -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2014.IDTSCustomProperty100
Public Function SetOutputColumnProperty (lOutputID As Integer, lOutputColumnID As Integer, PropertyName As String, vValue As Object) As IDTSCustomProperty100

Parametri

lOutputID
Int32
lOutputColumnID
Int32
PropertyName
String
vValue
Object

Restituisce

IDTSCustomProperty100

Oggetto IDTSCustomProperty100 il cui valore viene impostato per un oggetto IDTSOutputColumn100.

Attributi

Commenti

Questo metodo viene chiamato quando la proprietà personalizzata di una IDTSOutputColumn100 colonna viene modificata.

Si applica a