PipelineComponent.SetOutputProperty(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.
Fixe la valeur de un IDTSCustomProperty100 sur un IDTSOutput100 objet.
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
Paramètres
- outputID
- Int32
L’identifiant du IDTSOutput100 whose IDTSCustomProperty100 est défini.
- propertyName
- String
Le nom de l’ensemble IDTSCustomProperty100 à toi.
- propertyValue
- Object
La valeur attribuée au IDTSCustomProperty100.
Retours
L’objet IDTSCustomProperty100 dont la valeur était fixée.
- Attributs
Remarques
Cette méthode est appelée par le concepteur SSIS lorsque la propriété personnalisée est modifiée dans le designer. Supplantez cette méthode pour contrôler ou empêcher des modifications d’une propriété personnalisée de la sortie.