CManagedComponentWrapperClass.SetInputProperty(Int32, String, Object) 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 a un IDTSCustomProperty100IDTSInput100 oggetto nel componente.
public:
virtual Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSCustomProperty100 ^ SetInputProperty(int lInputID, System::String ^ PropertyName, System::Object ^ vValue) = Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSDesigntimeComponent100::SetInputProperty;
[System.Runtime.InteropServices.DispId(18)]
public virtual Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100 SetInputProperty(int lInputID, string PropertyName, object vValue);
[<System.Runtime.InteropServices.DispId(18)>]
abstract member SetInputProperty : int * string * obj -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100
override this.SetInputProperty : int * string * obj -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100
Public Overridable Function SetInputProperty (lInputID As Integer, PropertyName As String, vValue As Object) As IDTSCustomProperty100
Parametri
- lInputID
- Int32
L'ID dell'oggetto IDTSInput100 la cui proprietà personalizzata è impostata.
- PropertyName
- String
Nome del IDTSCustomProperty100.
- vValue
- Object
Valore da assegnare all'oggetto IDTSCustomProperty100.
Valori restituiti
Il IDTSCustomProperty100 cui valore è stabilito.
Implementazioni
- Attributi
Commenti
Chiama questo metodo per assegnare un valore al IDTSCustomProperty100 di un IDTSInput100 oggetto.