Linguaggio

PipelineComponent.SetInputProperty(Int32, String, Object) Metodo

Definizione

Importante

Questa API non è conforme a CLS.

Assegna un valore al IDTSCustomProperty100 di un IDTSInput100 oggetto.

public:
 virtual Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSCustomProperty100 ^ SetInputProperty(int inputID, System::String ^ propertyName, System::Object ^ propertyValue);
[System.CLSCompliant(false)]
public virtual Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100 SetInputProperty(int inputID, string propertyName, object propertyValue);
[<System.CLSCompliant(false)>]
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 (inputID As Integer, propertyName As String, propertyValue As Object) As IDTSCustomProperty100

Parametri

inputID
Int32

L'ID dell'oggetto IDTSInput100 che contiene la proprietà personalizzata.

propertyName
String

Nome del IDTSCustomProperty100.

propertyValue
Object

Valore da assegnare all'oggetto IDTSCustomProperty100.

Valori restituiti

L'oggetto IDTSCustomProperty100 il cui valore è fissato.

Attributi

Commenti

Sovrascrivere questo metodo per controllare o prevenire modifiche alla proprietà personalizzata dell'input.

Si applica a