IDTSDesigntimeComponent100.SetOutputProperty(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.
Stabilisce il valore di un IDTSCustomProperty100 per un IDTSOutput100 oggetto.
public:
Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSCustomProperty100 ^ SetOutputProperty(int lOutputID, System::String ^ PropertyName, System::Object ^ vValue);
[System.Runtime.InteropServices.DispId(19)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100 SetOutputProperty(int lOutputID, string PropertyName, object vValue);
[<System.Runtime.InteropServices.DispId(19)>]
abstract member SetOutputProperty : int * string * obj -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100
Public Function SetOutputProperty (lOutputID As Integer, PropertyName As String, vValue As Object) As IDTSCustomProperty100
Parametri
- lOutputID
- Int32
L'ID del IDTSOutput100 cui IDTSCustomProperty100 è impostato.
- PropertyName
- String
Il nome del IDTSCustomProperty100 set da segnalare.
- vValue
- Object
Il valore assegnato al IDTSCustomProperty100.
Valori restituiti
L'oggetto IDTSCustomProperty100 il cui valore era stato imposto per un IDTSOutput100 oggetto.
- Attributi
Commenti
Questo metodo viene chiamato quando la proprietà personalizzata di un IDTSOutput100 oggetto viene modificata.