CManagedComponentWrapperClass.SetOutputColumnProperty Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Assegna un valore al IDTSCustomProperty100 di un IDTSOutputColumn100 oggetto.
public:
virtual Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSCustomProperty100 ^ SetOutputColumnProperty(int lOutputID, int lOutputColumnID, System::String ^ PropertyName, System::Object ^ vValue) = Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSDesigntimeComponent100::SetOutputColumnProperty;
[System.Runtime.InteropServices.DispId(21)]
public virtual Microsoft.SqlServer.Dts.Pipeline.Wrapper.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.IDTSCustomProperty100
override this.SetOutputColumnProperty : int * int * string * obj -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100
Public Overridable Function SetOutputColumnProperty (lOutputID As Integer, lOutputColumnID As Integer, PropertyName As String, vValue As Object) As IDTSCustomProperty100
Parametri
- lOutputID
- Int32
L'ID dell'oggetto IDTSOutput100 che contiene la colonna.
- lOutputColumnID
- Int32
L'ID della IDTSOutputColumn100 proprietà di cui è impostata.
- PropertyName
- String
Il nome del IDTSCustomProperty100 cui valore è stabilito.
- vValue
- Object
Il valore assegnato al IDTSCustomProperty100.
Valori restituiti
Il IDTSCustomProperty100 cui valore è stabilito.
Implementazioni
- Attributi
Commenti
Chiama questo metodo per assegnare un valore al IDTSCustomProperty100 di un IDTSOutputColumn100 oggetto.