PipelineComponent.SetInputProperty(Int32, String, Object) Méthode

Définition

Important

Cette API n’est pas conforme CLS.

Affecte une valeur à l'objet IDTSCustomProperty100 d'un objet IDTSInput100.

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

Paramètres

inputID
Int32

ID de l'objet IDTSInput100 qui contient la propriété personnalisée.

propertyName
String

Nom de l'objet IDTSCustomProperty100.

propertyValue
Object

Valeur à affecter à IDTSCustomProperty100.

Retours

Objet IDTSCustomProperty100 dont la valeur est définie.

Attributs

Remarques

Remplacez cette méthode pour contrôler ou empêcher les modifications apportées à la propriété personnalisée de l’entrée.

S’applique à