PipelineComponent.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.
Importante
Questa API non è conforme a CLS.
Imposta il valore di un IDTSCustomProperty100 su un IDTSOutput100 oggetto.
public:
virtual Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSCustomProperty100 ^ SetOutputProperty(int outputID, System::String ^ propertyName, System::Object ^ propertyValue);
[System.CLSCompliant(false)]
public virtual Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100 SetOutputProperty(int outputID, string propertyName, object propertyValue);
[<System.CLSCompliant(false)>]
abstract member SetOutputProperty : int * string * obj -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100
override this.SetOutputProperty : int * string * obj -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100
Public Overridable Function SetOutputProperty (outputID As Integer, propertyName As String, propertyValue As Object) As IDTSCustomProperty100
Parametri
- outputID
- Int32
L'ID del IDTSOutput100 cui IDTSCustomProperty100 è impostato.
- propertyName
- String
Il nome del IDTSCustomProperty100 set da segnalare.
- propertyValue
- Object
Il valore assegnato al IDTSCustomProperty100.
Valori restituiti
L'oggetto IDTSCustomProperty100 il cui valore era fissato.
- Attributi
Commenti
Questo metodo viene chiamato dal progettista SSIS quando la proprietà personalizzata viene modificata nel progettista. Sovrascrivere questo metodo per controllare o prevenire modifiche a una proprietà personalizzata dell'output.