IDTSDesigntimeComponent100.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.
Attribue une valeur à un IDTSCustomProperty100 de un composant.
public:
Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSCustomProperty100 ^ SetComponentProperty(System::String ^ PropertyName, System::Object ^ vValue);
[System.Runtime.InteropServices.DispId(17)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100 SetComponentProperty(string PropertyName, object vValue);
[<System.Runtime.InteropServices.DispId(17)>]
abstract member SetComponentProperty : string * obj -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100
Public Function SetComponentProperty (PropertyName As String, vValue As Object) As IDTSCustomProperty100
Paramètres
- PropertyName
- String
Le nom de la IDTSCustomProperty100 valeur dont la valeur est fixée.
- vValue
- Object
L’objet stocké dans la propriété Valeur de l’objet IDTSCustomProperty100 .
Retours
L’objet IDTSCustomProperty100 dont la propriété est définie.
- Attributs
Remarques
Cette méthode est appelée lorsque la propriété personnalisée d’un composant est modifiée.