PipelineComponent.SetInputProperty(Int32, String, Object) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Important
Cette API n’est pas conforme CLS.
Attribue une valeur à un IDTSCustomProperty100IDTSInput100 objet.
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
L’ID de l’objet IDTSInput100 contenant la propriété personnalisée.
- propertyName
- String
Nom du IDTSCustomProperty100.
- propertyValue
- Object
Valeur à affecter au IDTSCustomProperty100.
Retours
L’objet IDTSCustomProperty100 dont la valeur est fixée.
- Attributs
Remarques
Passer outre cette méthode pour contrôler ou empêcher des modifications de la propriété personnalisée de l’entrée.