PipelineComponent.SetComponentProperty(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.
Affecte une valeur à un objet IDTSCustomProperty100 du composant.
public:
virtual Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSCustomProperty100 ^ SetComponentProperty(System::String ^ propertyName, System::Object ^ propertyValue);
[System.CLSCompliant(false)]
public virtual Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100 SetComponentProperty (string propertyName, object propertyValue);
[<System.CLSCompliant(false)>]
abstract member SetComponentProperty : string * obj -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100
override this.SetComponentProperty : string * obj -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100
Public Overridable Function SetComponentProperty (propertyName As String, propertyValue As Object) As IDTSCustomProperty100
Paramètres
- propertyName
- String
Nom de l'objet IDTSCustomProperty100 dont la valeur est définie.
- propertyValue
- Object
Objet stocké dans la propriété Value de l’objet IDTSCustomProperty100 .
Retours
Objet IDTSCustomProperty100 dont la propriété est définie.
- Attributs
Remarques
Cette méthode est appelée lorsqu’une propriété personnalisée est ComponentMetaData définie.
Si elle n’est pas substituée, la classe de base affecte la valeur spécifiée dans le propertyValue
paramètre à la propriété personnalisée.